Changes between Version 30 and Version 31 of UsersGuide/CompilingFromSource


Ignore:
Timestamp:
2018-04-03T19:00:26Z (6 years ago)
Author:
Jiří Zárevúcky
Comment:

Update Ubuntu instructions.

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/CompilingFromSource

    v30 v31  
    5252The toolchain script will print a list of software packages that are required for the toolchain to correctly build. Make sure you install all the dependencies. Unfortunately, the script cannot install the required dependencies for you automatically since the host environments are very diverse. In case the compilation of the toolchain fails half way through, try to analyze the error message(s), add appropriate missing dependencies and try again.
    5353
    54 As an example, here are some of the packages you will need for Ubuntu 12.10 (may be out of date):
     54As an example, here are some of the packages you will need for Ubuntu 16.04:
    5555
    5656{{{
    57 $ sudo apt-get install build-essential libgmp-dev libmpfr-dev ppl-dev libmpc-dev zlib1g-dev texinfo libtinfo-dev xutils-dev
     57$ sudo apt install build-essential wget texinfo bison dialog python-yaml genisoimage
    5858}}}
    5959