-
Notifications
You must be signed in to change notification settings - Fork 35
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 Big Sur failing to compile #146
Comments
Does the same error occur on macOS 12 (Monterey)? I hope you'll keep trying, because I'm still very eager to compare Filmulator with darktable, hoping to achieve a speedier development routine. |
I am (slowly) working on new build instructions for macOS. I currently have a build working on my local machine, but I haven't been able to make a version packaged with all the dependencies. Here are my build notes: Vcpkg install:
Build librtprocess from source
install lensfun from source building filmulator I hope this helps! |
unfortunately does not work no matter what I do... Can someone please provide dmg ? |
okay thanks. I got it working under Ubuntu. |
Congratulations! I am still hoping someone will provide a working macOS version. The instructions @mermerico provided are over my head... I'm a photographer, not much of a coder. |
Use the Testbuild branch (or the nightly build AppImage, you're on Linux) to get the LMMSE alternate demosaicing. |
cmake -DCMAKE_BUILD_TYPE="RELEASE" -DCMAKE_CXX_COMPILER="/usr/local/Cellar/llvm/13.0.0_2/bin/clang++" -DCMAKE_CXX_FLAGS=-I/usr/local/Cellar/llvm/13.0.0_2/include -DOpenMP_CXX_FLAGS="-Xpreprocessor -fopenmp /usr/local/Cellar/libomp/13.0.0/lib/libomp.dylib -I/usr/local/include" -DOpenMP_CXX_LIB_NAMES="libomp" -DOpenMP_libomp_LIBRARY=/usr/local/Cellar/libomp/13.0.0/lib/libomp.dylib -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_SHARED_LINKER_FLAGS=-L/usr/local/lib -DCMAKE_PREFIX_PATH=$(echo$QT/lib/cmake/* | sed -Ee 's$ $;$g') -G "Unix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=1 -DLibArchive_LIBRARY=/usr/local/Cellar/libarchive/3.5.2/lib/libarchive.dylib -DLibArchive_INCLUDE_DIR=/usr/local/Cellar/libarchive/3.5.2/include -Dlibrtprocess_dylib=/usr/local/lib/librtprocess.0.0.1.dylib ..
:(
The text was updated successfully, but these errors were encountered: