Skip to content

Commit

Permalink
Merge pull request #30 from u3dreal/master
Browse files Browse the repository at this point in the history
update for python 3.10
  • Loading branch information
u3dreal committed Jan 19, 2023
2 parents 89f7c69 + f272fb3 commit 8d7d13d
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 4 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository contains the source dependencies for the Mac OS version of LuxCoreRender.

The boost compile used pyenv to build the libraries against versions used in blender 2.93.
The boost compile used pyenv to build the libraries against versions used in blender 3.0+.

To use pyenv do the following:
```
Expand All @@ -12,4 +12,20 @@ env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.9.7
pip install numpy==1.21.2
pip install pillow
pip install pyside2
```
...
install build tools
...
brew install cmake
brew install autoconf
brew install automake
brew install ispc
...
compile dependencies
...
./cut_deps_release_310_intel_static.sh
...
Loading

0 comments on commit 8d7d13d

Please sign in to comment.