1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-13 19:50:34 +00:00

Merge branch 'next' of ssh://git.code.sf.net/p/gnss-sdr/cttc into next

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
This commit is contained in:
Carles Fernandez 2015-03-31 17:38:16 +02:00
commit 0691778a36

View File

@ -381,6 +381,18 @@ $ sudo port install armadillo
$ sudo port install google-glog +gflags
~~~~~~
You also might need to activate a Python installation. The list of installed versions can be retrieved with:
~~~~~~
$ port select list python
~~~~~~
and you can activate a certain version by typing:
~~~~~~
$ sudo port select --set python python27
~~~~~~
Finally, you are ready to clone the GNSS-SDR repository and build the software:
~~~~~~