Skip to content

Commit 5385306

Browse files
update readme
1 parent 86eecec commit 5385306

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

BUILDING.rst

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Building from source
44
Have Pip build from source
55
--------------------------
66

7-
Useful if the binaries don’t work on your system.
7+
Useful if the binaries don’t work on your system, or you want to use a newer version of Raylib.
88

99
Make sure Raylib is installed and then:
1010

@@ -123,17 +123,6 @@ Build and install Raylib from the raylib-c directory.
123123
cd ../..
124124

125125

126-
.. note:: Optional: Make a patched version of raylib header. (**Not necessary** if
127-
you’ve already got raylib_modifed.h from repo and haven’t changed
128-
anything.)
129-
130-
::
131-
132-
cd raylib
133-
cp raylib.h raylib_modified.h
134-
patch -p0 <raylib_modified.h.patch
135-
cd ..
136-
137126
Build
138127

139128
::

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Python Bindings for Raylib 3.7
1+
# Python Bindings for Raylib 4.0-dev
22

3-
New CFFI API static bindings. Automatically generated to be as close as possible to
4-
original Raylib. Faster, fewer bugs and easier to maintain than ctypes. Commercial-friendly license.
5-
Docstrings and auto-completion.
3+
New CFFI API static bindings.
4+
* Automatically generated to be as close as possible to
5+
original Raylib.
6+
* Faster, fewer bugs and easier to maintain than ctypes.
7+
* Commercial-friendly license.
8+
* Docstrings and auto-completion.
9+
* **Now includes extra libraries: raygui, rlgl and physac**
610

711
[Full documentation](http://electronstudio.github.io/raylib-python-cffi)
812

@@ -22,7 +26,7 @@ Docstrings and auto-completion.
2226

2327
# Installation
2428

25-
First make sure you have latest pip installed:
29+
First make sure you have the latest pip installed:
2630

2731
python3 -m pip install --upgrade pip
2832

@@ -49,7 +53,7 @@ There is now a separate dynamic version of this binding:
4953

5054
You can install an alpha or beta version by specifying the version number like this:
5155

52-
python3 -m pip install raylib==4.0a3
56+
python3 -m pip install raylib==4.0a6
5357

5458

5559
# How to use

0 commit comments

Comments
 (0)