From daf8d552827d3b26e10a3d710ccb2a55d2b23859 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 16 Jan 2021 18:30:23 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d22fe3d..085b431 100644 --- a/README.md +++ b/README.md @@ -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. @@ -57,6 +57,12 @@ Build To build a complete set of libs for Python 3.6, 3.7, 3.8 and 3.9: ./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