[hamradio-commits] [gnss-sdr] 211/251: improving documentation

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Wed Sep 2 00:22:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 31ef3c791082edd711af9a22443b266151940d90
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sun Jul 19 00:58:30 2015 +0200

    improving documentation
---
 drivers/gr-gn3s/CMakeLists.txt     |  2 +-
 drivers/gr-gn3s/README.md          |  9 ++++++---
 drivers/gr-gn3s/grc/CMakeLists.txt | 17 ++++++++---------
 3 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/drivers/gr-gn3s/CMakeLists.txt b/drivers/gr-gn3s/CMakeLists.txt
index 83a9b98..c5ee3ef 100644
--- a/drivers/gr-gn3s/CMakeLists.txt
+++ b/drivers/gr-gn3s/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2013  (see AUTHORS file for a list of contributors)
+# Copyright (C) 2010-2015  (see AUTHORS file for a list of contributors)
 #
 # This file is part of GNSS-SDR.
 #
diff --git a/drivers/gr-gn3s/README.md b/drivers/gr-gn3s/README.md
index 5071707..3c4f067 100644
--- a/drivers/gr-gn3s/README.md
+++ b/drivers/gr-gn3s/README.md
@@ -4,11 +4,11 @@ Source maintainer: Javier Arribas (jarribas at cttc.es)
 
 This document describes how to build the GN3S V2 GPS Sampler GNU Radio Source USB 2.0 driver. 
 
-More information on the device (not available anymore) can be found in http://www.sparkfun.com/products/8238
+More information on the device (not available anymore) can be found at http://www.sparkfun.com/products/8238
 
-The driver core is based on Gregory W. Hecker driver available in http://github.com/gps-sdr/gps-sdr.
+The driver core is based on Gregory W. Hecker driver available at http://github.com/gps-sdr/gps-sdr.
 
-GR-GN3S contains a GNU Radio fully compliant gr-block signal source intended to be used either with GNSS-SDR as a signal source or as 
+GR-GN3S is a GNU Radio's compliant signal source block intended to be used either with GNSS-SDR as a signal source or as 
 standalone signal source block instantiated from a GNU Radio flowgraph from C++ or using Python (also includes a gnuradio-companion interface).
 
 ## Install GNU Radio:
@@ -85,6 +85,9 @@ $ cmake ../
 $ make
 ~~~~~~
 
+NOTE: If you have installed GNU Radio via the gnuradio-dev package, you might need to use ```cmake -DCMAKE_INSTALL_PREFIX=/usr ../``` instead of ```cmake ../``` in order to make the module visible from gnuradio-companion once installed.
+
+
 - If everything went fine, install the driver as root
 
 ~~~~~~
diff --git a/drivers/gr-gn3s/grc/CMakeLists.txt b/drivers/gr-gn3s/grc/CMakeLists.txt
index 663c8ac..a03cecb 100644
--- a/drivers/gr-gn3s/grc/CMakeLists.txt
+++ b/drivers/gr-gn3s/grc/CMakeLists.txt
@@ -1,21 +1,20 @@
-# Copyright 2011 Free Software Foundation, Inc.
+# Copyright (C) 2012-2015  (see AUTHORS file for a list of contributors)
 #
-# This file is part of GNU Radio
+# This file is part of GNSS-SDR.
 #
-# GNU Radio is free software; you can redistribute it and/or modify
+# GNSS-SDR is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
 #
-# GNU Radio is distributed in the hope that it will be useful,
+# GNSS-SDR is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING.  If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
+# along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
+#
 
 install(FILES
     gn3s_source_cc.xml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list