Boost: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
|- | |- | ||
!Download Patch: | !Download Patch: | ||
| http:// | | http://svn.cross-lfs.org/svn/repos/patches/boost/boost-1.34.1-fix-1.patch | ||
|} | |} | ||
| Line 19: | Line 19: | ||
Compile the package: | Compile the package: | ||
patch -Np1 ../boost. | patch -Np1 ../boost-1.34.1-fix-1.patch | ||
./configure --prefix=/usr | ./configure --prefix=/usr | ||
Revision as of 19:06, 22 January 2008
| Download Source: | http://downloads.sourceforge.net/boost/boost_1_37_0.tar.bz2 |
|---|---|
| Download Patch: | http://svn.cross-lfs.org/svn/repos/patches/boost/boost-1.34.1-fix-1.patch |
Introduction to Boost
Boost provides free peer-reviewed portable C++ source libraries.
Project Homepage: http://www.boost.org/
Dependencies
Required
Non-Multilib
Compile the package:
patch -Np1 ../boost-1.34.1-fix-1.patch ./configure --prefix=/usr
Install the package:
make install
Multilib
32Bit
Compile the package:
To do...
Install the package:
To do...
N32
Compile the package:
To do...
Install the package:
To do...
64Bit
Compile the package:
To do...
Install the package:
To do...
Contents
| Installed Directories: | /usr/include/boost-1_37_0 |
|---|---|
| Installed Programs: | None |
| Installed Libraries: | Many libraries |