1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-26 15:03:14 +00:00

Fixed some typos

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@332 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez 2013-01-26 13:10:59 +00:00
parent 4dfad22e23
commit ec7a90ddfa

View File

@ -88,7 +88,7 @@ As outputs, it provides:
\section build Building GNSS-SDR \section build Building GNSS-SDR
In principle, GNSS-SDR can be built in any Unix-like system. In practice, it depends on being able to install all the required dependencies. See the <a href="http://gnss-sdr.org/documentation/building-guide" target="_blank">building guide</a> page for details about the project's In principle, GNSS-SDR can be built in any Unix-like system. In practice, it depends on being able to install all the required dependencies. See the <a href="http://gnss-sdr.org/documentation/building-guide" target="_blank">building guide</a> page for details about the project's
dependencies and build process. Mainly, it consists on installing <a href="" target="_blank">GNU Radio</a> plus some few more libraries: dependencies and build process. Mainly, it consists on installing <a href="http://gnuradio.org/" target="_blank">GNU Radio</a> plus some few more libraries:
\li <a href="http://code.google.com/p/gflags/" target="_blank">Gflags</a>, a library that implements commandline flags processing, \li <a href="http://code.google.com/p/gflags/" target="_blank">Gflags</a>, a library that implements commandline flags processing,
\li <a href="http://code.google.com/p/google-glog/" target="_blank">Glog</a>, a library that implements application-level logging, \li <a href="http://code.google.com/p/google-glog/" target="_blank">Glog</a>, a library that implements application-level logging,
@ -156,7 +156,7 @@ $ make install
If everything goes well, two new executables will be created at <tt>gnss-sdr/install</tt>, namely <tt>gnss-sdr</tt> and <tt>run_tests</tt>. You can create If everything goes well, two new executables will be created at <tt>gnss-sdr/install</tt>, namely <tt>gnss-sdr</tt> and <tt>run_tests</tt>. You can create
this documentation by doing: this documentation by doing:
\verbatim \verbatim
$ doxygen $ bjam doc
\endverbatim \endverbatim
from the <tt>gnss-sdr</tt> root folder, or from the <tt>gnss-sdr</tt> root folder, or
\verbatim \verbatim
@ -203,8 +203,8 @@ and the Release version can be obtained by doing
$ bjam release $ bjam release
\endverbatim \endverbatim
\subsection pudating_gnss-sdr Updating GNSS-SDR \subsection updating_gnss-sdr Updating GNSS-SDR
If you checked out GNSS-SDR some days ago, it is possible that some developer has updated files at the Subversion repository. You can update your working copy by doing: If you checked out GNSS-SDR some days ago, it is possible that some developer had updated files at the Subversion repository. You can update your working copy by doing:
\verbatim \verbatim
$ cd gnss-sdr $ cd gnss-sdr
$ svn up $ svn up
@ -214,7 +214,7 @@ Before rebuiling the source code, it is safe (and recommended) to remove the rem
$ rm -rf gnss-sdr/build/* $ rm -rf gnss-sdr/build/*
\endverbatim \endverbatim
You can also check <a href="http://svnbook.red-bean.com/" target="_blank">control version with Subversion</a> for more information about Subversion usage. You can also check <a href="http://svnbook.red-bean.com/" target="_blank">Version Control with Subversion</a> for more information about Subversion usage.
\section using_gnss-sdr Using GNSS-SDR \section using_gnss-sdr Using GNSS-SDR