Update README.md
This commit is contained in:
parent
e59885c98a
commit
657a63e335
1 changed files with 4 additions and 1 deletions
|
@ -53,6 +53,10 @@ Build
|
||||||
cd static
|
cd static
|
||||||
pip3 install cffi
|
pip3 install cffi
|
||||||
python3 build_linux.py
|
python3 build_linux.py
|
||||||
|
|
||||||
|
To build a complete set of libs for Python 3.6, 3.7, 3.8 and 3.9:
|
||||||
|
|
||||||
|
./build_linux_multi.sh
|
||||||
|
|
||||||
# Use
|
# Use
|
||||||
|
|
||||||
|
@ -140,5 +144,4 @@ See test_dynamic.py for how to use.
|
||||||
* converting more examples from C to python
|
* converting more examples from C to python
|
||||||
* testing and building on more platforms
|
* testing and building on more platforms
|
||||||
* sorting out binary wheel distribution for Mac/Win and compile-from-source distributtion for Linux
|
* sorting out binary wheel distribution for Mac/Win and compile-from-source distributtion for Linux
|
||||||
* dealing with conversions to pointers in PyRay automatically
|
|
||||||
|
|
||||||
|
|
Reference in a new issue