Você precisa instalar as bibliotecas de desenvolvimento:
-
Para resolver isso:
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
, execute:sudo apt-get install doxygen
-
Para resolver isso:
PolarSSL not found
, execute:sudo apt-get install libpolarssl-dev
-
Para resolver isso:
-- package 'libnl-tiny' not found
e-- package 'libnl-genl-3.0' not found
, execute:sudo apt-get install libnl-utils
Depois disso, limpe a pasta de origem:
cd ~/oomf
make clean
E inicie cmake
novamente:
cd build
cmake ..