Recent Changes - Search:

HomePage

PmWiki

pmwiki.org

Ubuntu-notebook

Installation instructions for an Ubuntu notebook (Intel Centrino)

The boost and blas (atlas) libraries are available via the ubuntu repositories.

build> export CXXFLAGS="-DNDEBUG -O3 -march=pentium4"
build> ../configure
build> make
build> make install

Now, that was easy ;-).

As of Karmic Koala and Boost 1.38 only the multi-threaded libraries are shipped so the configure needs to be extended.

build> ../configure --with-boost-program-options=-lboost_program_options-mt
Edit - History - Print - Recent Changes - Search
Page last modified on December 16, 2010, at 05:14 PM