Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upMake the compiling step more explicit #1088
Comments
This comment has been minimized.
This comment has been minimized.
|
Hi, @philippefutureboy, the actual process is explained in the section before, using
So, if you downloaded the library to
The |
This comment has been minimized.
This comment has been minimized.
|
Fair point! I suggest then that the use of make be made explicit in the http://www.glfw.org/docs/latest/compile_guide.html#compile_generate section with:
being supplemented with Let me know, |
philippefutureboy commentedOct 4, 2017
Hi!
I rarely use cmake/make on my UNIX distributions, and as such I have limited knowledge to how to use said programs. I am a web dev trying to learn WebGL through OpenGL, and the formulation of the step "Compiling the library" on the page Compiling GLFW is a bit obscure.
I suggest that rather than the current:
The following be used:
Cheers!👍