Ver Fonte

Added linking tutorial caveat.

Camilla Berglund há 11 anos atrás
pai
commit
42bf473b18
1 ficheiros alterados com 10 adições e 0 exclusões
  1. 10 0
      docs/build.dox

+ 10 - 0
docs/build.dox

@@ -79,6 +79,16 @@ It has no function on other platforms.
 
 
 @section build_link Link with the right libraries
 @section build_link Link with the right libraries
 
 
+This section assumes basic understanding of how to link a C/C++ program as well
+as how to use the specific linker of your chosen development environment.
+**This is not a tutorial on linking.**  The linking process should be explained
+in your C/C++ programming material and the use and options for your linker
+should be described in detail in the documentation for your development
+environment.  A good general introduction to linking is
+[Beginner's Guide to Linkers](http://www.lurklurk.org/linkers/linkers.html) by
+David Drysdale.
+
+
 @subsection build_link_win32 With MinGW or Visual C++ on Windows
 @subsection build_link_win32 With MinGW or Visual C++ on Windows
 
 
 The static version of the GLFW library is named `glfw3`.  When using this
 The static version of the GLFW library is named `glfw3`.  When using this