I have a problem and I can't seem to find a solution to it. I am building a project using gnuradio
and in the process of building an OOT module i always get the following error after $cmake ../
(I followed the instruction from the GNU site though)
$ cmake ../ -- Build type not specified: defaulting to release. -- Could NOT find Boost CMake Error at CMakeLists.txt:63 (message): Boost required to compile trial
-- Configuring incomplete, errors occurred!
Please any help will be deeply appreciated (And please I am a noob so kindly have it easy on me).
sudo apt-get install libboost-all-dev
should do it. Then run it again. – pmr