1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-21 03:39:48 +00:00

Change of SourceForge repository because of their update.

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@257 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez 2012-10-24 20:50:28 +00:00
parent a4eb25ce62
commit 0826ea0077

View File

@ -15,8 +15,8 @@ standalone signal source block instantiated from a GNU Radio flowgraph from C++
It is based on the GNU Radio How-to-make-a-block cmake source v 3.6 It is based on the GNU Radio How-to-make-a-block cmake source v 3.6
Installation in Ubuntu 10.04, 10.10, 11.04 and 11.10 Installation in Ubuntu 11.04, 11.10, 12.04 (32 and 64 bits)
----------------------------------------------------- -----------------------------------------------------------
1- Install CMake through your OS's package manager or by some other means. 1- Install CMake through your OS's package manager or by some other means.
@ -37,13 +37,13 @@ $ sudo apt-get install subversion
4- Check out the latest version of GNSS-SDR 4- Check out the latest version of GNSS-SDR
$ svn co http://gnss-sdr.svn.sourceforge.net/svnroot/gnss-sdr gnss-sdr $ svn co http://svn.code.sf.net/p/gnss-sdr/code/trunk gnss-sdr
5- Build GR-GN3S 5- Build GR-GN3S
- Go to GR-GN3S root directory and compile the driver: - Go to GR-GN3S root directory and compile the driver:
$ cd gnss-sdr/trunk/drivers/gr-gn3s $ cd gnss-sdr/drivers/gr-gn3s
$ cd build $ cd build
$ cmake ../ $ cmake ../
$ make $ make