Clarify "as you would" for beginners.

fixes #1088

(cherry picked from commit f010d8b77d)
This commit is contained in:
David V. McKay 2021-07-07 23:25:35 -04:00 committed by Camilla Löwy
parent 8f0198e82e
commit 014ce9c74f

View File

@ -178,7 +178,12 @@ development environment, move on to @ref compile_compile.
You should now have all required dependencies and the project files or makefiles You should now have all required dependencies and the project files or makefiles
necessary to compile GLFW. Go ahead and compile the actual GLFW library with necessary to compile GLFW. Go ahead and compile the actual GLFW library with
these files, as you would with any other project. these files, as you would with any other project:
@code{.sh}
cd <glfw-root-dir>
make install
@endcode
Once the GLFW library is compiled, you are ready to build your applications, Once the GLFW library is compiled, you are ready to build your applications,
linking it to the GLFW library. See @ref build_guide for more information. linking it to the GLFW library. See @ref build_guide for more information.