Update README.md
This commit is contained in:
parent
657a63e335
commit
70de7123f3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Build and install Raylib from the raylib-c directory.
|
||||||
cd raylib-python-cffi/raylib-c
|
cd raylib-python-cffi/raylib-c
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DWITH_PIC=on ..
|
cmake -DWITH_PIC=on -DSTATIC=on -DSHARED=on ..
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
Make a patched version of raylib header.
|
Make a patched version of raylib header.
|
||||||
|
|
Reference in a new issue