From f010d8b77dda7fa62a16e6afaf7156222be468b5 Mon Sep 17 00:00:00 2001 From: "David V. McKay" Date: Wed, 7 Jul 2021 23:25:35 -0400 Subject: [PATCH] Clarify "as you would" for beginners. fixes #1088 --- docs/compile.dox | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/compile.dox b/docs/compile.dox index 83778cb6..aec93b3b 100644 --- a/docs/compile.dox +++ b/docs/compile.dox @@ -177,7 +177,12 @@ development environment, move on to @ref compile_compile. 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 -these files, as you would with any other project. +these files, as you would with any other project: + +@code{.sh} +cd +make install +@endcode 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.