Ocean-OpenGL icon indicating copy to clipboard operation
Ocean-OpenGL copied to clipboard

Alternative to Cmake

Open Lecrapouille opened this issue 3 years ago • 0 comments

CMake is too complex and never works: simple Makefile + pkg-config is better. Anyway direct line to compile with success for me on Linux is:

g++ --std=c++11 -Wall -Wextra src/*.cpp `pkg-config --cflags --libs glm glew --static glfw3` -lGLEW -lglfw

Lecrapouille avatar May 22 '22 09:05 Lecrapouille