Added linking tutorial caveat.

This commit is contained in:
Camilla Berglund 2014-04-13 18:07:36 +02:00
parent f6f5b4ab0d
commit 42bf473b18

View File

@ -79,6 +79,16 @@ It has no function on other platforms.
@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
The static version of the GLFW library is named `glfw3`. When using this