At time of writing, there is not a homebrew formula for installing gnss-sdr on this macos version. These are notes on how I built it from source.
- Preliminaries:
- install python using pyenv, set local python to 3.11
- install xcode command line tools
- install Homebrew package manager
- Core dependencies (install using homebrew)
brew install cmake volk gnuradio hdf5 protobuf
- Clone, build, install
git clone -b v0.0.19.1 https://github.com/gnss-sdr/gnss-sdr
cd gnss-sdr
git submodule update --init --recursive
cd build
cmake ..
make
sudo make install
Before running:
volk_profile