1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-04 12:56:59 +00:00

Change http by https in repo address

This commit is contained in:
Carles Fernandez 2016-06-10 11:29:31 +02:00
parent 122429b0b5
commit 919bbe4e7a

View File

@ -299,7 +299,7 @@ and then import the created project file into Eclipse:
Install the GNU Radio module: Install the GNU Radio module:
~~~~~~ ~~~~~~
$ git clone http://github.com/gnss-sdr/gr-gn3s $ git clone https://github.com/gnss-sdr/gr-gn3s
$ cd gr-gn3s/build $ cd gr-gn3s/build
$ cmake ../ $ cmake ../
$ make $ make
@ -310,6 +310,7 @@ $ sudo ldconfig
Then configure GNSS-SDR to build the GN3S_Signal_Source by: Then configure GNSS-SDR to build the GN3S_Signal_Source by:
~~~~~~ ~~~~~~
$ cd gnss-sdr/build
$ cmake -DENABLE_GN3S=ON ../ $ cmake -DENABLE_GN3S=ON ../
$ make $ make
$ sudo make install $ sudo make install