You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a version of CMake below 3.11.0 you may need to run update instead of install.
Building
If you are using a IDE that supports CMake file build like CLion you can skip these next steps under building.
Now within your clone of Acid you can begin building, first we create a new Build folder, the XCode files generated by CMake will be placed into this directory along with binaries:
mkdir Build && cd Buildcmake .. -G "Xcode" -DCMAKE_BUILD_TYPE=Release
You can now open the Build/Acid.xcodeproj file with XCode, or build from the command line: