LuxCoreRender / MacOSCompileDeps

LuxCoreRender MacOS Compilation Environment Binary Deps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuxCoreRender Mac Files

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 3.0+.

To use pyenv do the following:

brew install pyenv
pyenv init
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.10.2
pip install numpy==1.22.0
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

...

About

LuxCoreRender MacOS Compilation Environment Binary Deps


Languages

Language:C++ 80.2%Language:Shell 19.8%