Updated Working on GNU Linux (markdown)

master
Jeffery Myers il y a 3 mois
Parent
révision
1a334ab538
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. +0
    -2
      Working-on-GNU-Linux.md

+ 0
- 2
Working-on-GNU-Linux.md

@ -62,7 +62,6 @@ You can compile three different types of raylib library:
* The static library (default method)
* The dynamic shared library
* The web library
If you are unsure about which one you should use, pick the static library.
@ -72,7 +71,6 @@ Download the raylib repository from [Github](https://github.com/raysan5/raylib),
cd raylib/src/
make PLATFORM=PLATFORM_DESKTOP # To make the static version.
make PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=SHARED # To make the dynamic shared version.
make PLATFORM=PLATFORM_WEB # To make web version.
**Warning:** if you want to compile a different type of library (static, ...), you must type `make clean` before the compiling.

Chargement…
Annuler
Enregistrer