소스 검색

Clarify "as you would" for beginners.

fixes #1088
David V. McKay 4 년 전
부모
커밋
f010d8b77d
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      docs/compile.dox

+ 6 - 1
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 <glfw-root-dir>
+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.