Changes between Version 30 and Version 31 of UsersGuide/CompilingFromSource
- Timestamp:
- 2018-04-03T19:00:26Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/CompilingFromSource
v30 v31 52 52 The 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. 53 53 54 As an example, here are some of the packages you will need for Ubuntu 1 2.10 (may be out of date):54 As an example, here are some of the packages you will need for Ubuntu 16.04: 55 55 56 56 {{{ 57 $ sudo apt -get install build-essential libgmp-dev libmpfr-dev ppl-dev libmpc-dev zlib1g-dev texinfo libtinfo-dev xutils-dev57 $ sudo apt install build-essential wget texinfo bison dialog python-yaml genisoimage 58 58 }}} 59 59