File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,23 @@ We distribute a statically linked binary Raylib wheel, install from Pypi.
16
16
17
17
Some platforms that _ should_ be available: Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64.
18
18
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.
20
20
21
21
See here for a Raspberry Pi wheel: https://github.com/electronstudio/raylib-python-cffi/issues/31#issuecomment-862078330
22
22
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* .
24
35
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.
27
36
If you do build on a new platform please
28
37
submit your binaries as a PR.
29
38
You can’t perform that action at this time.
0 commit comments