@@ -26,18 +26,22 @@ paste it in the command prompt via right click -> paste)
2626The first run of the build process will take around 20 minutes
2727(depending on your CPU) and the linking process may consume a lot of RAM.
2828
29- Default build will use Python 3.5, the version embedded in Blender 2.79b.
30- You can add an option to specify the version of your choice among 3.5, 3.6, 3.7, e.g.:
31- .\cmake-build-x64.bat /python36
32-
3329The compiled binaries are in Build_CMake\LuxCore\bin\Release\
3430The pyluxcore.pyd binary is in Build_CMake\LuxCore\lib\Release
3531You can run the script collect-compiled-binaries.bat to collect them.
3632
37- In order to create an official release, you need also to install Python v3.5, PyInstaller
38- (with a "pip install pyinstaller") and PySide
39- (download from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyside the version for Python 3.5).
33+ In order to create an official release, you need also to install the following:
34+ - Python v3.5
35+ - PyInstaller (with a "pip install pyinstaller")
36+ - PySide (download from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyside the version for Python 3.5)
37+ - NumPy (with a "pip install numpy==1.12.1")
4038You can then pack the archive with the create-standalone.bat or create-sdk.bat.
41- Note that the create-standalone.bat assumes that you have 7zip installed in this path:
42- "C:\Program Files\7-Zip\7z.exe"
43- If that is not the case, the pyluxcoretools.zip will not be created.
39+
40+ Note: default build will use Python 3.5, the version embedded in Blender 2.79b.
41+ You can add an option to specify the version of your choice among 3.5, 3.6, 3.7, e.g.:
42+ .\cmake-build-x64.bat /python36
43+
44+ Note: normally you never need to build dependencies in order to build LuxCore,
45+ just use the WindowsCompileDeps repo as explained above.
46+ The getdeps.bat and build-deps-x64.bat scripts are used mainly as a reference
47+ for developers and are not guaranteed to be always up-to-date.
0 commit comments