Updated Working on GNU Linux (markdown)

Peter0x44
2025-02-08 23:37:40 +00:00
parent 2d3a8f10a4
commit da2b04f5d0

@ -56,7 +56,7 @@ To build raylib for Wayland, `-DUSE_WAYLAND=ON` should be defined in the CMake s
You can compile three different types of raylib library:
* The static library (default method)
* The dynamic shared library (often used on Linux)
* The dynamic shared library
* The web library
Download the raylib repository from [Github](https://github.com/raysan5/raylib), then compile it with: