Changes between Version 95 and Version 96 of HACKING
- Timestamp:
- 05/17/12 11:10:51 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HACKING
v95 v96 71 71 * automake 1.6 or 1.9.4 72 72 * libtool 1.5.6 73 * pkg-config 73 74 74 75 On linux you then run the below, on FreeBSD replace ./bootstrap by ./bootstrap.freebsd: … … 93 94 = Required packages for building on ... = 94 95 == Debian lenny == 95 {{{aptitude install build-essential asciidoc xmlto zip subversion libboost1.40-all-dev bison flex ragel }}}96 {{{aptitude install build-essential asciidoc xmlto zip subversion libboost1.40-all-dev bison flex ragel pkg-config}}} 96 97 97 98 Note: you must enable backports.org for libboost1.40-all-dev.