Skip to content

Commit 192fca8

Browse files
fix docs
1 parent 50c2fb1 commit 192fca8

36 files changed

+16057
-3585
lines changed

BUILDING.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ Make sure Raylib is installed and then:
1515
Build from source manually
1616
--------------------------
1717

18-
Useful if the Pip build doesn’t work, or you want to contribute to the
19-
project, or you want to skip building the static lib and just *use the
20-
dynamic binding with your own dll*.
18+
Useful if the Pip build doesn’t work and you want to debug it, or you want to contribute to the
19+
project.
2120

2221
.. attention::
2322
If the Pip build doesn’t work, please submit a bug. (And if you have
@@ -140,8 +139,8 @@ Build
140139
::
141140

142141
pip3 install cffi
143-
rm -rf build raylib/static/_raylib_cffi.*
144-
python3 raylib/static/build.py
142+
rm -rf build raylib/_raylib_cffi.*
143+
python3 raylib/build.py
145144

146145
.. note:: (Optional) To update the Linux dynamic libs (names will be different on other platfroms):
147146

@@ -168,12 +167,12 @@ To build a complete set of libs for Python 3.6, 3.7, 3.8 and 3.9:
168167

169168
::
170169

171-
./raylib/static/build_multi.sh
170+
./raylib/build_multi.sh
172171

173172
.. warning::
174173
pypi wont accept Linux packages unless they are built
175174
``--plat-name manylinux2014_x86_64`` so on linux please run
176-
``./raylib/static/build_multi_linux.sh`` )
175+
``./raylib/build_multi_linux.sh`` )
177176

178177
.. TODO::
179178
Separate the instructions for preparing the dynamic module
@@ -208,8 +207,8 @@ Build and install module.
208207
::
209208

210209
pip3 install cffi
211-
rm -rf build raylib/static/_raylib_cffi.*
212-
python3 raylib/static/build.py
210+
rm -rf build raylib/_raylib_cffi.*
211+
python3 raylib/build.py
213212
pip3 install wheel
214213
python3 setup.py install
215214

-913 Bytes
Binary file not shown.
-642 Bytes
Binary file not shown.
-169 Bytes
Binary file not shown.
128 Bytes
Binary file not shown.
Binary file not shown.
-64 Bytes
Binary file not shown.
-69.4 KB
Binary file not shown.
-72.4 KB
Binary file not shown.

docs-src/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ea2d09333a22dd4475734aaaf7403057
3+
config: c6c8605a01fab3fc8b4c8636342889f3
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

0 commit comments

Comments
 (0)