mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -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 SHARED=YES # Dynamic shared version.
|
||||
|
||||
sudo make unistall
|
||||
sudo make unistall SHARED=YES
|
||||
sudo make uninstall
|
||||
sudo make uninstall SHARED=YES
|
||||
|
||||
### Compile raylib examples
|
||||
Just move to folder `raylib/examples/` and run:
|
||||
|
||||
Reference in New Issue
Block a user