You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloned SDRPlusPlus and cd into SDRPlusPlus directory
mkdir build
cmake ..
cmake returns the following error:
Pauls-Mac-mini:build pmaine$ cmake ..
-- Checking for module 'glfw3'
-- No package 'glfw3' found
CMake Error at /opt/local/share/cmake-3.18/Modules/FindPkgConfig.cmake:545 (message):
A required package was not found
Call Stack (most recent call first):
/opt/local/share/cmake-3.18/Modules/FindPkgConfig.cmake:733 (_pkg_check_modules_internal)
core/CMakeLists.txt:64 (pkg_check_modules)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am running the Catalina operating system. Here are the steps that I followed:
2.brew install fftw glew glfw volk airspy airspyhf portaudio hackrf rtl-sdr libbladerf
cmake returns the following error:
Pauls-Mac-mini:build pmaine$ cmake ..
-- Checking for module 'glfw3'
-- No package 'glfw3' found
CMake Error at /opt/local/share/cmake-3.18/Modules/FindPkgConfig.cmake:545 (message):
A required package was not found
Call Stack (most recent call first):
/opt/local/share/cmake-3.18/Modules/FindPkgConfig.cmake:733 (_pkg_check_modules_internal)
core/CMakeLists.txt:64 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
Your assistance is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions