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
After multiple failures, I finally made them to build successfully. I shall explain some essentail steps, for CURSES library under windows, you may refer to this link of pdcurses: https://pdcurses.org/ but I don't think it makes any further efforts for building solutions of libbladeRF, as you may encounter more issues while building, such as couldn't find bladeRF.lib file, or lack of unistd.h etc...
Hi
Windows 11
https://github.com/Nuand/bladeRF.git cloned.
libusb and phtreads-w32 downloaded
CMake 3.3.10 GUI - Configure - and getting:
CMake Error at C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-3.31/Modules/FindCurses.cmake:268 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
utilities/bladeRF-power/CMakeLists.txt:6 (find_package)
Can you please point me how can I install CURSES libruary under windows
Thanks
The text was updated successfully, but these errors were encountered: