Re: Minimal install of GNU Radio without GUI, etc

2022-04-11 Thread Marcus Müller
Good approach, and instead of *disabling* everything manually, you can switch CMake away from enabling it by default: cmake -DENABLE_DEFAULT=Off -DENABLE_GNURADIO_RUNTIME=On -DENABLE_GR_BLOCKS=On -DENABLE_PYTHON=ON .. (You can enable the gr-xyz submodule use -DENABLE_GR_XYZ=On; you probably w

Re: Minimal install of GNU Radio without GUI, etc

2022-04-11 Thread Marcus Müller
Hey Jason, since you're on Ubuntu, which essentially uses the excellent debian packaging of GNU Radio: I honestly think updating to Ubuntu 22.04LTS and then just using apt to get GNU Radio 3.10 is a winning move: ## Upgrade to Ubuntu 22.04 # all as root apt update apt install update-manager-c