Changeset 3747 for bootstrap_libs


Ignore:
Timestamp:
May 28, 2009, 8:29:13 AM (15 years ago)
Author:
Christoph Mayer
Message:

-skript gefixt und auf pool und simpc getestet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrap_libs

    r3744 r3747  
    2525# log4cxx
    2626wget http://ftp.uni-erlangen.de/pub/mirrors/apache/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz
    27 wget http://www.tm.uka.de/~mies/apache-log4cxx-0.10.0.diff
     27cp ../etc/patch/apache-log4cxx-0.10.0.diff ./
    2828tar xvvzf apache-log4cxx-0.10.0.tar.gz
    2929patch -p0 <apache-log4cxx-0.10.0.diff
     
    3737tar xvvzf boost_1_39_0.tar.gz
    3838cd boost_1_39_0
    39 ./bootstrap.sh --libdir=$PREFIX/lib --prefix=$PREFIX --with-libraries=date_time,system,thread,test
     39./bootstrap.sh --libdir=$PREFIX/lib --prefix=$PREFIX --with-libraries=date_time,system,thread,test,regex
    4040./bjam install
    4141cd ..
     
    5050
    5151cd ..
    52 ./configure --prefix=$PREFIX --with-boost=$PREFIX CPPFLAGS=$PREFIX/include LDFLAGS=$PREFIX/lib
     52./configure --prefix=$PREFIX --with-boost=$PREFIX CPPFLAGS=-I$PREFIX/include LDFLAGS=-L$PREFIX/lib
    5353make && make install
    5454
Note: See TracChangeset for help on using the changeset viewer.