I made a new folder called "build" in the source folder of sumwars 5.8 that I downloaded.
Using the terminal I entered the folder and then typed "cmake .."
Then I get this error...
-- Got release vorbis: /usr/lib/x86_64-linux-gnu/libvorbis.so
CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1202 (message):
Unable to find the requested Boost libraries.
Boost version: 1.46.1
Boost include path: /usr/include
The following Boost libraries could not be found:
boost_chrono
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
CMakeLists.txt:201 (find_package)
-- Configuring incomplete, errors occurred!
Please do help me out with this. I need to know what is happening. I intend on running Summoning Wars successfully from my machine and contributing to the project as much as I can, from a programming point of view.