Skip to content

Commit 0e02f9d

Browse files
readme
1 parent b9758ec commit 0e02f9d

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,23 @@ We distribute a statically linked binary Raylib wheel, install from Pypi.
1616

1717
Some platforms that _should_ be available: Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64.
1818

19-
If yours isn't available then pip will attempt to build from source, so you will need to have raylib development libs installed.
19+
If yours isn't available then pip will attempt to build from source, so you will need to have Raylib development libs installed.
2020

2121
See here for a Raspberry Pi wheel: https://github.com/electronstudio/raylib-python-cffi/issues/31#issuecomment-862078330
2222

23-
## Option 2: Build from source
23+
## Option 2: Have Pip build from source
24+
25+
Useful if the binaries don't work on your system.
26+
27+
Make sure Raylib is installed and then:
28+
29+
pip3 install --no-binary raylib --upgrade --force-reinstall raylib
30+
31+
## Option 3: Build from source manually
32+
33+
Useful if the Pip build doesn't work, or you want to contribute to the project, or you want to skip building the
34+
static lib and just *use the dynamic binding with your own dll*.
2435

25-
If you're using a platform we don't have binary builds for yet
26-
then you can either *use the dynamic binding with your own dll* or else you will have to build from source.
2736
If you do build on a new platform please
2837
submit your binaries as a PR.
2938

0 commit comments

Comments
 (0)