You have to understand, most of these people are not ready to be unplugged. And many of them are so inured, so hopelessly dependent on the system, that they will fight to protect it.
Ubuntu-notebookInstallation 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 |