mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added linking tutorial caveat.
This commit is contained in:
parent
f6f5b4ab0d
commit
42bf473b18
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user