From 919bbe4e7a3c065cd7c2d0c9001da88541197b98 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 10 Jun 2016 11:29:31 +0200 Subject: [PATCH] Change http by https in repo address --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7c0c618f..961ead4cf 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ and then import the created project file into Eclipse: 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 $ cmake ../ $ make @@ -310,6 +310,7 @@ $ sudo ldconfig Then configure GNSS-SDR to build the GN3S_Signal_Source by: ~~~~~~ +$ cd gnss-sdr/build $ cmake -DENABLE_GN3S=ON ../ $ make $ sudo make install