Update README.md
This commit is contained in:
parent
70de7123f3
commit
daf8d55282
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Python Bindings for Raylib 3.x
|
# Python Bindings for Raylib 3.5
|
||||||
|
|
||||||
New CFFI API static bindings. Faster, fewer bugs and easier to maintain than ctypes.
|
New CFFI API static bindings. Faster, fewer bugs and easier to maintain than ctypes.
|
||||||
|
|
||||||
|
@ -58,6 +58,12 @@ To build a complete set of libs for Python 3.6, 3.7, 3.8 and 3.9:
|
||||||
|
|
||||||
./build_linux_multi.sh
|
./build_linux_multi.sh
|
||||||
|
|
||||||
|
To update the dynamic libs too:
|
||||||
|
|
||||||
|
cd ../..
|
||||||
|
rm raylib/dynamic/*.so*
|
||||||
|
cp --preserve=links /usr/local/lib/libraylib.so* raylib/dynamic/
|
||||||
|
|
||||||
# Use
|
# Use
|
||||||
|
|
||||||
## raylib.static
|
## raylib.static
|
||||||
|
|
Reference in a new issue