summaryrefslogtreecommitdiff
path: root/docs/doxygen/other
diff options
context:
space:
mode:
authorMarcus Müller <mueller@kit.edu>2018-01-12 15:58:34 +0100
committerMartin Braun <martin.braun@ettus.com>2018-02-03 14:14:51 +0100
commit3ecd9c084972206d2867da4a2d0446f96920f113 (patch)
treed3aa26bd74bdd7eb98ff0f29e506432b8329acb2 /docs/doxygen/other
parent517bab8c75716c01b0cb3ab01b846947a4fd861f (diff)
wiki URL fixes, moving log4cpp to mandatory deps
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r--docs/doxygen/other/build_guide.dox14
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/doxygen/other/build_guide.dox b/docs/doxygen/other/build_guide.dox
index f3bea608a4..743dc73118 100644
--- a/docs/doxygen/other/build_guide.dox
+++ b/docs/doxygen/other/build_guide.dox
@@ -20,7 +20,7 @@ binary installation process (the <b>apt-get</b> system in Debian and
Ubuntu, <b>yum</b> in RedHat and Fedora, etc.). GNU Radio tries to keep an
up-to-date build guide for the majority of the supported operating
systems on gnuradio.org
-(http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide).
+(https://wiki.gnuradio.org/index.php/BuildGuide).
Not all dependencies are required for all components, and not all
components are required for a given installation. The list of required
@@ -38,6 +38,7 @@ first. Most recent systems have these packages available.
\li boost (>= 1.35) http://www.boost.org/users/download/
\li cppunit (>= 1.9.14) http://freedesktop.org/wiki/Software/cppunit/
\li fftw3f (>= 3.0.1) http://www.fftw.org/download.html
+\li log4cpp (>= 1.0) http://log4cpp.sourceforge.net/
\subsection dep_python Python Wrappers
\li python (>= 2.5) http://www.python.org/download/
@@ -79,18 +80,14 @@ one(s) that are right for your system. On Linux, don't expect
audio-osx and audio-windows to be either satisfied or built.
\subsection dep_uhd uhd: The Ettus USRP Hardware Driver Interface
-\li uhd (>= 3.0.0) http://code.ettus.com/redmine/ettus/projects/uhd/wiki
+\li uhd (>= 3.0.0) http://ettus.com/
-\subsection dep_gr_video_sdl gr-video-sdl: PAL and NTSC display
+\subsection dep_gr_video_sdl gr-video-sdl: PAL and NTSC display (rarely used)
\li SDL (>= 1.2.0) http://www.libsdl.org/download-1.2.php
-\subsection dep_gr_comedi gr-comedi: Comedi hardware interface
+\subsection dep_gr_comedi gr-comedi: Comedi hardware interface (only if you know what this is)
\li comedilib (>= 0.8.1) http://www.comedi.org/
-\subsection dep_gr_log gr-log: Logging Tools (Optional)
-\li log4cpp (>= 1.0) http://log4cpp.sourceforge.net/
-
-
<b>Optional</b>
\ref page_ctrlport may use various backends to perform the RPC
@@ -101,7 +98,6 @@ Currently, ControlPort only supports the Apache Thrift backend.
\li thrift (>= 0.9.2) https://thrift.apache.org/
-
\section build_gr_cmake Building GNU Radio
GNU Radio is built using the CMake build system