Changes between Version 28 and Version 29 of UsersGuide/CompilingFromSource


Ignore:
Timestamp:
2017-11-13T20:35:04Z (6 years ago)
Author:
Jiří Zárevúcky
Comment:

Added a list of packages for CentOS/Fedora distributions.

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/CompilingFromSource

    v28 v29  
    4646The 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.
    4747
    48 As an example, here are some of the packages you will need for Ubuntu 12.10:
     48As an example, here are some of the packages you will need for Ubuntu 12.10 (may be out of date):
    4949
    5050{{{
    51 build-essential libgmp-dev libmpfr-dev ppl-dev libmpc-dev zlib1g-dev texinfo libtinfo-dev xutils-dev
     51$ sudo apt-get install build-essential libgmp-dev libmpfr-dev ppl-dev libmpc-dev zlib1g-dev texinfo libtinfo-dev xutils-dev
     52}}}
     53
     54Whereas for CentOS/Fedora, you will need:
     55
     56{{{
     57# yum group install 'Development Tools'
     58# yum install wget texinfo libmpc-devel mpfr-devel gmp-devel PyYAML genisoimage
    5259}}}
    5360