Skip to content

Setting up on arm Macs for the first time #2752

Answered by jmklix
AbeOwlu asked this question in Q&A
Discussion options

You must be logged in to vote

Can you try installing in the terminal and see if that works for you? Here Are the commands I use to build in the terminal:
cmake .. -DBUILD_ONLY="s3" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="" -DENABLE_TESTING=OFF
cmake --build . --config=Debug
cmake --install . --config=Debug

cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=""
cmake --build ./ --config Debug

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jmklix
Comment options

Answer selected by AbeOwlu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 10 days.
2 participants