diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-10-29 20:55:35 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:24:59 +0100 |
commit | c3353c71d4b31a8c427e79fb587441c1f6fcfe7c (patch) | |
tree | 73f4694dee81d94ab4d87f6b1f2928162b7f384f /src | |
parent | de93034485fce75ad5e0ea385b092a0caee5d8a3 (diff) | |
download | VeraCrypt-c3353c71d4b31a8c427e79fb587441c1f6fcfe7c.tar.gz VeraCrypt-c3353c71d4b31a8c427e79fb587441c1f6fcfe7c.zip |
Readme: Add more MacOSX specific details concerning the build of VeraCrypt following users feedback
Diffstat (limited to 'src')
-rw-r--r-- | src/Readme.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Readme.txt b/src/Readme.txt index 52bdf36f..2bcba3a0 100644 --- a/src/Readme.txt +++ b/src/Readme.txt @@ -187,6 +187,20 @@ compile using the following commands : After making sure pkg-config is available, download and install OSXFuse from
https://osxfuse.github.io/ (MacFUSE compatibility layer must selected)
+The script build_veracrypt_macosx.sh available under "src/Build" performs the
+full build of VeraCrypt including the creation of the installer pkg. It expects
+to find the wxWidgets 3.0.2 sources at the same level as where you put
+VeraCrypt sources (e.i. if "src" path is "/Users/joe/Projects/VeraCrypt/src"
+then wxWidgets should be at "/Users/joe/Projects/wxWidgets-wxWidgets-3.0.2")
+
+The build process uses Code Signing certificates whose ID is specified in
+src/Main/Main.make (lines 167 & 169). You'll have to modify these lines to put
+the ID of your Code Signing certificates or comment them if you don't have one.
+
+Because of incompatibility issues with OSXFUSE, the SDK 10.9 generates a
+VeraCrypt binary that has issues communicating with the OSXFUSE kernel extension.
+Thus, we recommend to use the SDK 10.8 or earlier for building VeraCrypt.
+
III. FreeBSD and OpenSolaris
|