Specifically the linux section and was unable to cmake & build the project:
$ mkdir build
$ cd build
$ cmake ..
CMake Error at CMakeLists.txt:9 (message):
Please select another Build Directory ! (and give it a clever name, like
bin_Visual2012_64bits/)
-- Configuring incomplete, errors occurred!
See also "/home/beb/VCGS/glfw/ogl/CMakeFiles/CMakeOutput.log".
See also "/home/beb/VCGS/glfw/ogl/CMakeFiles/CMakeError.log".
Not sure if I'm doing this incorrectly or if the tutorial is out of date?
I was following:
http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/
Specifically the linux section and was unable to cmake & build the project:
Not sure if I'm doing this incorrectly or if the tutorial is out of date?
Please advise.