Boost: Difference between revisions

From CBLFS
Jump to navigationJump to search
Nukular (talk | contribs)
Gibbon (talk | contribs)
No edit summary
Line 3: Line 3:
!Download Source:
!Download Source:
| http://downloads.sourceforge.net/boost/boost_{{Boost_Version}}.tar.bz2
| http://downloads.sourceforge.net/boost/boost_{{Boost_Version}}.tar.bz2
|-
!Download Patch:
| http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=22;filename=boost.diff;att=1;bug=367825
|}
|}


Line 16: Line 19:
Compile the package:
Compile the package:


patch -Np1 ../boost.diff
  ./configure --prefix=/usr
  ./configure --prefix=/usr


Line 21: Line 25:


  make install
  make install
Required patch for gcc 4.x
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=22;filename=boost.diff;att=1;bug=367825


== Multilib ==
== Multilib ==

Revision as of 15:01, 22 January 2008

Download Source: http://downloads.sourceforge.net/boost/boost_1_37_0.tar.bz2
Download Patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=22;filename=boost.diff;att=1;bug=367825

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.diff
./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
Retrieved from "?title=Boost&oldid=12763"