Dear all,
I have tried many times to install the gr-satnogs OOT module with no success. I am not a linux expert, i am just a user of GNU Radio. This is the first OOT module I will ever install.
I have followed this guide but did not seem to work for me, and I tried Ubuntu 22.04.1 and Debian 11, in all cases with fresh installs.
I can setup a virtual machine and install the most convenient OS in order to get gr-satnogs OOT module up and running, including any version of GNU radio. Would you please help me with the simplest case to do it?
For example, in ubuntu 22.04.1, I did the following process. Errors shown at the end
To run a command as administrator (user “root”), use “sudo ”.
See “man sudo_root” for details.
ubuser@ubhost:~$ sudo add-apt-repository ppa:gnuradio/gnuradio-releases
sudo apt-get update
ubuser@ubhost:~$ sudo apt install -y \ libboost-desudo apt install -y
libboost-dev
libitpp-dev -time-dev
libboost-date-time-dev \
libboost-filesystem-dev \dev
libboost-program-options-dev
libboost-system-dev
libboost-thread-dev
libboost-regex-dev
libboost-test-dev
swig \
cmake \ssential
build-essential
pkg-config \
gnuradio-dev \v
libconfig+±dev
libgmp-dev \
liborc-0.4-0 \
liborc-0.4-dev \in
liborc-0.4-dev-bin
nlohmann-json3-dev
libpng+±dev \
libvorbis-dev
git
ubuser@ubhost:~$ git clone librespacefoundation / SatNOGS / gr-satnogs · GitLab
cd gr-satnogs
mkdir build
cd build
cmake …
make -j $(nproc --all)
sudo make install
– Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so (found version “3.10.6”)
CMake Error at swig/CMakeLists.txt:36 (include):
include could not find requested file:
GrSwig
CMake Error at swig/CMakeLists.txt:84 (GR_SWIG_MAKE):
Unknown CMake command “GR_SWIG_MAKE”.
– Configuring incomplete, errors occurred!
See also “/home/ubuser/gr-satnogs/build/CMakeFiles/CMakeOutput.log”.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target ‘install’. Stop.
ubuser@ubhost:~/gr-satnogs/build$