1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-10-31 23:26:22 +00:00

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
This commit is contained in:
Javier Arribas 2011-10-31 09:51:09 +00:00
parent 1040e6865d
commit bd51c2ab7c

9
README
View File

@ -28,6 +28,15 @@ How to set up the compilation environment for Ubuntu 9.10 and 10.04
- GFLAGS$ make - GFLAGS$ make
- GFLAGS$ sudo make install - 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 (11/12/2010) GSL AND CBLAS ARITHMETIC
In order to compile the arithmetic tests, the GNU Scientific Library (GSL) library package is needed. In order to compile the arithmetic tests, the GNU Scientific Library (GSL) library package is needed.