Found OpenGL: opengl32
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
z lib not found on system, using bundled!
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
png lib not found on system, using bundled!
Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
jpeg lib not found on system, using bundled!
Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
bzip2 lib not found on system, using bundled!
Could NOT find Boost
CMake Error at source/CMakeLists.txt:27 (IF):
if given arguments:
"LESS" "35"
Unknown arguments specified
Configuring incomplete, errors occurred!
Hello Sule,This is usually due to the boost library not being found. It is possible that the Boost library you have is too new for the CMakeLists.txt script. If you have a version of boost installed, try adding it's version to the list of boost versions under source/CMakeLists.txt. Also, let me know what version of boost you have installed and what platform you are running on.--Igor.