Build instructions #6
stefansundin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is some additional help to build TrueCrypt.
When following the instructions in README.md, you have to bypass the security "protections" that macOS nags you with (the irony is real). This will probably only happen if you install
nasm
manually, i.e. without using Homebrew.When you try to build for the first time, it will refuse to run
nasm
.Click
Cancel
. Then open System Preferences and click Security & Privacy. In the General tab you should see the following:Click
Allow Anyway
. Then try to build again and you will see the following:This warning is similar to the first one, but this time there's an
Open
button. Click it. The warning should not appear going forward.Feel free to post a comment if you have other issues.
Beta Was this translation helpful? Give feedback.
All reactions