How to build gnuradio without the documentation (from source)

Mermoz

I'm trying to build gnuradio 3.7.9 on raspberry pi as the version provided by apt-get has some problems. However the classic cmake/make/mke install procedure tries to build the documentation which requires latex to be installed. As don't want to install latex, I'm looking for an option to build gnuradio without the documentation.

Any help appreciated

Marcus Müller

Cmake will just disable documentation of it doesn't find doxygen. And if doxygen doesn't find LaTeX, it should just skip the formulas.

Anyway, use cmake with the -DENABLE_DOXYGEN=OFF flag.

More importantly, don't build GNU Radio on the pi itself. The raspberry pi is an embedded device, not a compilation platform, to be honest. RAM will quickly become a bottleneck, and together with the limited storage bandwidth that means that even if successful, the build will take days.

Instead, spend that time on fixing whatever is wrong with the packet. I do happen to know the maintainer of the Debian gnuradio packages, and he's a really nice guy. If you can write a good bug report, I'm sure he, or the GNU Radio mailing list, will figure something out.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to build the GDB documentation from source?

From Dev

How to test source blocks in gnuradio

From Dev

How to build Compiz from source?

From Dev

How does a gnuradio source block know how many samples to output?

From Dev

How do I build Tmux from source without root access with a custom-built libevent 2.1?

From Dev

How to build a SWC with documentation

From Dev

SBT: How to exclude source files and documentation from the assembly?

From Dev

How to keep documentation history separate from source history?

From Dev

How do I build libcurl from source?

From Dev

How to build a .deb file for CMake from source?

From Dev

How to build Chameleon bootloader from SVN source?

From Dev

How to build Chromium from source on OpenBSD?

From Dev

How do I build Unity from source?

From Dev

How do I build libcurl from source?

From Dev

Fullcalendar js how to build from source

From Dev

How to build Chameleon bootloader from SVN source?

From Dev

How to build Firefox from 4.0 source and optimize it?

From Java

How to build a source distribution without using setup.py file?

From Dev

How do you build an open source Xcode project without signing?

From Dev

How to build kernel module without full kernel source tree?

From Dev

How to build a source distribution without using setup.py file?

From Dev

How to build CMake documentation with Sphinx?

From Dev

Build HikariCP from source

From Dev

How to install packages without documentation?

From Dev

How to examine api without documentation?

From Dev

How to build a source package?

From Dev

how to properly build spark 2.0 from source, to include pyspark?

From Dev

How do I build Nautilus 3.70/3.80 from source?

From Dev

How do I build and install a Puppet module locally from source?

Related Related

  1. 1

    How to build the GDB documentation from source?

  2. 2

    How to test source blocks in gnuradio

  3. 3

    How to build Compiz from source?

  4. 4

    How does a gnuradio source block know how many samples to output?

  5. 5

    How do I build Tmux from source without root access with a custom-built libevent 2.1?

  6. 6

    How to build a SWC with documentation

  7. 7

    SBT: How to exclude source files and documentation from the assembly?

  8. 8

    How to keep documentation history separate from source history?

  9. 9

    How do I build libcurl from source?

  10. 10

    How to build a .deb file for CMake from source?

  11. 11

    How to build Chameleon bootloader from SVN source?

  12. 12

    How to build Chromium from source on OpenBSD?

  13. 13

    How do I build Unity from source?

  14. 14

    How do I build libcurl from source?

  15. 15

    Fullcalendar js how to build from source

  16. 16

    How to build Chameleon bootloader from SVN source?

  17. 17

    How to build Firefox from 4.0 source and optimize it?

  18. 18

    How to build a source distribution without using setup.py file?

  19. 19

    How do you build an open source Xcode project without signing?

  20. 20

    How to build kernel module without full kernel source tree?

  21. 21

    How to build a source distribution without using setup.py file?

  22. 22

    How to build CMake documentation with Sphinx?

  23. 23

    Build HikariCP from source

  24. 24

    How to install packages without documentation?

  25. 25

    How to examine api without documentation?

  26. 26

    How to build a source package?

  27. 27

    how to properly build spark 2.0 from source, to include pyspark?

  28. 28

    How do I build Nautilus 3.70/3.80 from source?

  29. 29

    How do I build and install a Puppet module locally from source?

HotTag

Archive