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 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

Build HikariCP from source

From Dev

How to build CMake documentation with Sphinx?

From Dev

How to build Chameleon bootloader from SVN source?

From Dev

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

From Dev

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

From Dev

How to test source blocks in gnuradio

From Dev

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

From Dev

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

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 libcurl from source?

From Dev

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

From Dev

How to build Chromium from source on OpenBSD?

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 SWC with documentation

From Dev

How do I build Unity from source?

From Dev

How to build a source package?

From Dev

How to install packages without documentation?

From Dev

Fullcalendar js how to build from source

From Dev

How to build Chameleon bootloader from SVN source?

From Dev

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

From Dev

How to build the GDB documentation from source?

From Dev

How to build Compiz from source?

From Dev

How to build Firefox from 4.0 source and optimize it?

From Dev

How to examine api without documentation?

Related Related

  1. 1

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

  2. 2

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

  3. 3

    How to build kernel module without full kernel source tree?

  4. 4

    Build HikariCP from source

  5. 5

    How to build CMake documentation with Sphinx?

  6. 6

    How to build Chameleon bootloader from SVN source?

  7. 7

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

  8. 8

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

  9. 9

    How to test source blocks in gnuradio

  10. 10

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

  11. 11

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

  12. 12

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

  13. 13

    How do I build Nautilus 3.70/3.80 from source?

  14. 14

    How do I build libcurl from source?

  15. 15

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

  16. 16

    How to build Chromium from source on OpenBSD?

  17. 17

    How to keep documentation history separate from source history?

  18. 18

    How do I build libcurl from source?

  19. 19

    How to build a SWC with documentation

  20. 20

    How do I build Unity from source?

  21. 21

    How to build a source package?

  22. 22

    How to install packages without documentation?

  23. 23

    Fullcalendar js how to build from source

  24. 24

    How to build Chameleon bootloader from SVN source?

  25. 25

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

  26. 26

    How to build the GDB documentation from source?

  27. 27

    How to build Compiz from source?

  28. 28

    How to build Firefox from 4.0 source and optimize it?

  29. 29

    How to examine api without documentation?

HotTag

Archive