summaryrefslogtreecommitdiff
path: root/docs/doxygen/other/build_guide.dox.in
Commit message (Collapse)AuthorAgeFilesLines
* docs: use MathJax for HTML documentationjapm482020-10-291-0/+1
| | | | | | | | | | | | | | Fixes #2707. A full LaTeX installation is no longer required for generating the HTML docs. Also adds some nice-to-have functionalities accessible via right-click context menu. Details: - SVG backend selected by default. - MathJax recommends not (ab)using their CDN, so this adds a local dependency. - Some spurious doxygen warnings were also removed.
* pybind11: Remove SWIG remnants.Ron Economos2020-10-121-5/+4
|
* docs: Remove the sphinx manualMarc L2020-01-021-2/+1
| | | | | Going forward, everything manual-related will be consolidated into the Doxygen manual, or the wiki.
* Fix for misc. documentation + trivial typosluz.paz2019-07-171-1/+1
| | | | | | | | | | | | | Found via `codespell -q 3 -L ans,sinc,hist,ist,ith,uint,fo -S ./volk` Fix typos in gnuradio-runtime/ Fix typos in gr-digital/ Fix typos in gr-qtgui/ Fix typos in gr-channels/ Fix typos in grc/ Fix typos gr-filter/ Fix typos in gr-uhd/ Fix typos in gr-blocks/ Fix typos in gr-fec/
* Purge gr-comedi and all references to it from mainline GNU RadioMarcus Müller2019-07-171-5/+2
| | | | | This includes the gr-comedi/ subdirectory, the build infrastructure and CMake modules referencing Comedi, and the documentation.
* Introduce MSVC version check; bump required version to 1800 (VS15)Marcus Müller2018-11-171-0/+1
| | | | Fixes #1705
* qtgui: Disallow use of Qt4Martin Braun2018-11-151-1/+1
| | | | | | Qt5 is now required. Note that many applications and examples requiring Qt are currently broken, this does not fix any of them, it just sets up our CMake environment so we can start fixing them.
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-2/+0
|\
| * Merge branch 'master' into nextMartin Braun2018-02-031-9/+5
| |\
| * | Merge branch 'min_deps_master' into min_deps_nextMartin Braun2017-03-261-2/+0
| | |
* | | Documented cppunit dependency removalMarcus Müller2018-06-251-1/+0
| | | | | | | | | | | | In both the build guide as well as the CHANGELOG.md
* | | docs: adding zmq, sphinx to build deps, restructure optionalsMarcus Müller2018-03-301-4/+14
| |/ |/|
* | Merge branch 'maint'Martin Braun2018-02-031-8/+4
| |
* | Comment typo fixing.luz.paz2018-02-031-1/+1
|/ | | | Luzpaz went ahead and found typos using `codespell -q 3`.
* cmake/docs: Move min versions into a single spot, put them all into varsMartin Braun2017-03-261-0/+223
- Autogen docs appropriately - Make it easier to maintain min versions