An open API service indexing awesome lists of open source software.

https://github.com/luxcorerender/macoscompiledeps

LuxCoreRender MacOS Compilation Environment Binary Deps
https://github.com/luxcorerender/macoscompiledeps

Last synced: about 1 year ago
JSON representation

LuxCoreRender MacOS Compilation Environment Binary Deps

Awesome Lists containing this project

README

          

# 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

...