Update README.md

This commit is contained in:
Richard Smith 2021-01-16 18:30:23 +00:00 committed by GitHub
parent 70de7123f3
commit daf8d55282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
@ -57,6 +57,12 @@ Build
To build a complete set of libs for Python 3.6, 3.7, 3.8 and 3.9: 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