There was an error while loading. Please reload this page.
Required libraries to build raylib on OpenSUSE Linux
made it easier to see the FAQ as a page. more consistent with the others
Updated Frequently Asked Questions (markdown)
Corrected minor typo in package name
Updated raylib dependencies (markdown)
Updated raylib platforms and graphics (markdown)
Destroyed Working with raylib (markdown)
Created Working with raylib (markdown)
Switch to cc (Clang) as it is the default compiler on FreeBSD and automatically handles math library linking. Note that if you prefer to use gcc, the -lm flag must be explicitly added.
Updated Working for Android (markdown)
Add colon at the end of emrun alternative
Updated Working on Windows (markdown)
another typo
Switched from outside-insalled apksigner to one provided with buildtools.
Move libraylib.a to the folder rather than replace the folder with it
Adjust copying raylib.h so that it is in the ‘include’ directory rather than a file called ‘include’.
Updated link to command line tools on Android Studio website
Typo fix: doens't to doesn't
Adding a note that .fnt files currently only load through LoadFont
Clarify that only types from raymath are included in raylib / Indicate inclusion order when pairing raylib with raymath, etc.
Updated Static memory Requirements (markdown)
Updated _Sidebar (markdown)
Updated _Footer (markdown)