rpp0 / gr-lora

GNU Radio blocks for receiving LoRa modulated radio messages using SDR
GNU General Public License v3.0
523 stars 113 forks source link

Boost required to compile lora #159

Closed Kampi closed 4 months ago

Kampi commented 2 years ago

I´m using a MinGW package on a Windows machine from here and trying to compile LoRa. Running cmake ../ results in

-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19044.
-- Could NOT find Boost (missing: filesystem system) (found suitable version "1.77.0", minimum required is "1.35")
CMake Error at CMakeLists.txt:77 (message):
  Boost required to compile lora

How can I fix it?