some fixes

This commit is contained in:
Carles Fernandez 2014-04-22 20:40:51 +02:00
parent 4046bcfdd4
commit c3e2d17269
1 changed files with 20 additions and 19 deletions

View File

@ -247,25 +247,6 @@ and then import the created project file into Eclipse:
4. You get a fully functional Eclipse project.
Updating GNSS-SDR
-----------------
If you cloned GNSS-SDR some days ago, it is possible that some developer has updated files at the Git repository. You can update your working copy by doing:
```
$ git checkout master # Switch to branch you want to update
$ git pull origin master # Download the newest code from our repository
```
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 compilations:
```
$ rm -rf gnss-sdr/build/*
```
Mac OS X
---------
@ -368,6 +349,26 @@ $ open ../docs/html/index.html
```
Updating GNSS-SDR
-----------------
If you cloned GNSS-SDR some days ago, it is possible that some developer has updated files at the Git repository. You can update your working copy by doing:
```
$ git checkout master # Switch to branch you want to update
$ git pull origin master # Download the newest code from our repository
```
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 compilations:
```
$ rm -rf gnss-sdr/build/*
```
Getting started
---------------