I am trying to compile my NAO project.
Every time i run the command qibuild configure -c mytoolchain
. I get the following error: Could NOT find BOOST_FILESYSTEM (missing: BOOST_FILESYSTEM_LIBRARIES)
I am using CMake 3.1, Visual studio 12 (2013) and Python 2.7.
I have been following these steps: http://doc.aldebaran.com/1-14/dev/cpp/tutos/using_qibuild.html#cpp-tutos-using-qibuild
I installed Boost C++ but i have no idea on how to use that (not even sure if that's the solution for my error).
Any tips or comments are appreciated