mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-01 11:49:17 -05:00
Typo correction unistall to uninstall
@ -49,8 +49,8 @@ If you want, you can install the library in the standard directories, or remove
|
|||||||
sudo make install # Static version.
|
sudo make install # Static version.
|
||||||
sudo make install SHARED=YES # Dynamic shared version.
|
sudo make install SHARED=YES # Dynamic shared version.
|
||||||
|
|
||||||
sudo make unistall
|
sudo make uninstall
|
||||||
sudo make unistall SHARED=YES
|
sudo make uninstall SHARED=YES
|
||||||
|
|
||||||
### Compile raylib examples
|
### Compile raylib examples
|
||||||
Just move to folder `raylib/examples/` and run:
|
Just move to folder `raylib/examples/` and run:
|
||||||
|
|||||||
Reference in New Issue
Block a user