1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

Added suggestion to pull from next when updating

This commit is contained in:
Carles Fernandez 2014-04-12 11:38:32 +02:00
parent 4944ad2364
commit 129f5148e6

9
README
View File

@ -253,7 +253,12 @@ If you checked out GNSS-SDR some days ago, it is possible that some developer ha
$ git checkout master # Switch to branch you want to update
$ git pull origin master # Download the newest code from our repository
Before rebuiling the source code, it is safe (and recommended) to remove the remainders of old builds:
or, if you want to test the lastest developments:
$ git checkout next
$ git pull origin next
Before rebuilding the source code, it is safe (and recommended) to remove the remainders of old builds:
$ rm -rf gnss-sdr/build/*
@ -382,7 +387,7 @@ We use the DBSRX to do the task, but you can try the newer ETTUS daughter boards
3. You are ready to configure the receiver to use your captured file among other parameters:
3.1. The configuration file reside in ./conf/gnss-sdr.conf
3.1. The configuration file resides at ./conf/gnss-sdr.conf
3.2. You need to modify at least the following settings:
3.2.1. SignalSource.filename= (absolute or relative route to your GNSS signal captured file)
3.2.2. GNSS-SDR.internal_fs_hz=(captured file sampling rate in Hz)