Hello there, today I was trying to build an OOT module but figured out that pothos does not include (or I couldn't find it)
CPPUnit and DoxyGen
after installing Boost dev libraries from here: https://deac-ams.dl.sourceforge.net/project/boost/boost-binaries/1.67.0/boost_1_67_0-msvc-14.0-64.exe
added theese variables
BOOST_INCLUDEDIR C:\Program Files\PothosSDR\boost
BOOST_LIBRARYDIR C:\Program Files\PothosSDR\boost\lib64-msvc-14.0
BOOST_ROOT C:\Program Files\PothosSDR\boost\boost
(nothing worked exept theese, I tried first like this: cmake ../ -DBOOST_ROOT="C:\Program Files\PothosSDR\boost\boost" -DBOOST_LIBRARYDIR="C:\Program Files\PothosSDR\boost\lib64-msvc-14.0"
but it didn't work, only setting them as variables worked
so now I am only missing CPPUNIT and doxygen, I hope someone has them precompiled (I couldn't find them in pothos install dir like most of the other libraries) because I am trying to avoid building them from source if absolutely not necessary
Thanks for Anwsering and Best Regards
Hello there, today I was trying to build an OOT module but figured out that pothos does not include (or I couldn't find it)
CPPUnit and DoxyGen
after installing Boost dev libraries from here: https://deac-ams.dl.sourceforge.net/project/boost/boost-binaries/1.67.0/boost_1_67_0-msvc-14.0-64.exe
added theese variables
(nothing worked exept theese, I tried first like this: cmake ../ -DBOOST_ROOT="C:\Program Files\PothosSDR\boost\boost" -DBOOST_LIBRARYDIR="C:\Program Files\PothosSDR\boost\lib64-msvc-14.0"
but it didn't work, only setting them as variables worked
so now I am only missing CPPUNIT and doxygen, I hope someone has them precompiled (I couldn't find them in pothos install dir like most of the other libraries) because I am trying to avoid building them from source if absolutely not necessary
Thanks for Anwsering and Best Regards