mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-25 16:49:18 -05:00
Minor edit.
@ -27,7 +27,7 @@ Library | Version | raylib module | Notes
|
|||||||
|
|
||||||
Note that some of the dependencies listed above are specific to one of the platforms that raylib supports.
|
Note that some of the dependencies listed above are specific to one of the platforms that raylib supports.
|
||||||
|
|
||||||
As mentioned above, some of the listed libraries (`stb_image`, `stb_image_write`, `stb_image_resize`, `stb_vorbis`, `jar_mod`, `jar_xm`, `glad`, `mini_al`) are included with raylib as single-file, header-only libraries, and generally only depend on the C standard library for the target platform (msvcrt, libc, bionic). They are compiled together with raylib (no need to manually link libraries).
|
As mentioned above, some of the listed libraries (`stb_image`, `stb_image_write`, `stb_image_resize`, `stb_vorbis`, `jar_mod`, `jar_xm`, `glad` and `mini_al`) are included with raylib as single-file, header-only libraries, and generally only depend on the C standard library for the target platform (msvcrt, libc, bionic et cetera). They are compiled together with raylib (no need to manually link libraries).
|
||||||
|
|
||||||
Though raylib has no external dependencies, there are some platform-specific system libraries that do need to be linked when compiling [the collection of examples](https://github.com/raysan5/raylib/tree/master/examples). The following table lists the required libraries.
|
Though raylib has no external dependencies, there are some platform-specific system libraries that do need to be linked when compiling [the collection of examples](https://github.com/raysan5/raylib/tree/master/examples). The following table lists the required libraries.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user