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
- Host: GitHub
- URL: https://github.com/luxcorerender/macoscompiledeps
- Owner: LuxCoreRender
- Created: 2018-09-11T08:11:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:28:14.000Z (over 3 years ago)
- Last Synced: 2025-04-10T14:46:31.171Z (about 1 year ago)
- Language: C++
- Size: 43.3 MB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
...