Skip to content

Commit

Permalink
binutils-gold is required (issue facebookarchive#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashar committed Jun 30, 2012
1 parent 0e9058d commit ae75631
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions install_linux.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
To build pfff, you will require several developpement packages usually
not shipped in a default install.

Install pcre-devel, gtk2-devel, atk-devel, pango-devel, and cairo-devel,
swi-prolog.
swi-prolog, binutils-gold.

For instance:
for redhat: sudo yum install pcre-devel
for ubuntu: sudo apt-get install pcre-devel
for gentoo: sudo emerge pcre
for arch: I don't remember
for RedHat: sudo yum install pcre-devel
for Gentoo: sudo emerge pcre
for Arch: I don't remember

For Ubuntu/Debian, packages are named differently, usually with a 'lib'
prefix, you will want to install:
libpcre3-dev, libgtk2.0-dev, libcairo2-dev, libpango1.0-dev and finally
the binutils-goldl package.

On Fedora you may need to install the camlp4 packages too:
ocaml-camlp4 ocaml-camlp4-devel

then
Then:
$ ./configure
$ make depend
$ make
$ make opt

For Ubuntu/Debian you want to install libpcre3-dev,
libgtk2.0-dev, libcairo2-dev and libpango1.0-dev. These are the
correct package names (pcre-devel does not exist, and so on).

On Fedora you may need to install the camlp4 packages too:
ocaml-camlp4 ocaml-camlp4-devel

0 comments on commit ae75631

Please sign in to comment.