|
@ -58,7 +58,7 @@ cd raylib |
|
|
mkdir build && cd build |
|
|
mkdir build && cd build |
|
|
cmake -DBUILD_SHARED_LIBS=ON .. |
|
|
cmake -DBUILD_SHARED_LIBS=ON .. |
|
|
make |
|
|
make |
|
|
make install |
|
|
|
|
|
|
|
|
sudo make install |
|
|
``` |
|
|
``` |
|
|
In case any dependencies are missing, cmake will tell you. |
|
|
In case any dependencies are missing, cmake will tell you. |
|
|
|
|
|
|
|
|