From bd51c2ab7c4c183a5f9c076a6ca9302f34abeecc Mon Sep 17 00:00:00 2001 From: Javier Arribas Date: Mon, 31 Oct 2011 09:51:09 +0000 Subject: [PATCH] IT++ dependency and build instructions added to README git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@76 64b25241-fba3-4117-9849-534c7e92360d --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index 7931e90df..292220ef5 100644 --- a/README +++ b/README @@ -28,6 +28,15 @@ How to set up the compilation environment for Ubuntu 9.10 and 10.04 - GFLAGS$ make - GFLAGS$ sudo make install +- (31/10/2011) Download, compile and install the IT++ library, from http://sourceforge.net/apps/wordpress/itpp/ + From the folder containing IT++, build and install the library: + export CXXFLAGS="-DNDEBUG -O3 -pipe" (*) + ./configure + make + make check + sudo make install + (*) For more information on the the specific compiler flags for your processor, go to http://itpp.sourceforge.net/devel/installation.html + (11/12/2010) GSL AND CBLAS ARITHMETIC In order to compile the arithmetic tests, the GNU Scientific Library (GSL) library package is needed.