Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS build instructions #49

Open
hyperknot opened this issue Feb 15, 2018 · 2 comments
Open

macOS build instructions #49

hyperknot opened this issue Feb 15, 2018 · 2 comments

Comments

@hyperknot
Copy link

If anyone is trying to build this one macOS:

brew install eigen openexr libbtbb  
# possibly others, check what is missing at the end of CMake

brew uninstall openvdb
# it doesn't build with openvdb, probably this can be switched off in CMake with a switch

export CMAKE_PREFIX_PATH=/Users/../Qt/5.10.1/clang_64

rm -rf build
mkdir build
cd build

mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=Release ../..

make -j8

I don't know what OpenVDB is used for, but making sure it's not included makes it compile without errors.

@hyperknot
Copy link
Author

  • Also, the editor is buggy as it's not detecting Retina resolution.

@111116
Copy link

111116 commented Mar 6, 2020

Not sure what's going on, but I just built successfully on macOS following the "Windows + MinGW" instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants