diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-02-25 22:53:20 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-02-25 22:54:39 +0100 |
commit | b730e965c5693fb9083f5f7f5888653afc6c2a6b (patch) | |
tree | 8c1b20d0e7bf2ad39cd31e3c855b33f39c58e893 /src/Readme.txt | |
parent | a916135f3c28eae9c3db946c9946d3f75536a0ff (diff) | |
download | VeraCrypt-b730e965c5693fb9083f5f7f5888653afc6c2a6b.tar.gz VeraCrypt-b730e965c5693fb9083f5f7f5888653afc6c2a6b.zip |
Readme.txt: indicate that on MacOSX building a console-only binary is not supported.
Diffstat (limited to 'src/Readme.txt')
-rw-r--r-- | src/Readme.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Readme.txt b/src/Readme.txt index df8bf907..c281caaf 100644 --- a/src/Readme.txt +++ b/src/Readme.txt @@ -161,12 +161,14 @@ Instructions for Building VeraCrypt for Linux and Mac OS X: 'Main'.
By default, a universal executable supporting both graphical and text user
-interface is built. To build a console-only executable, which requires no GUI
-library, use the 'NOGUI' parameter:
+interface (through the switch --text) is built.
+On Linux, a console-only executable, which requires no GUI library, can be
+built using the 'NOGUI' parameter:
$ make NOGUI=1 WXSTATIC=1 WX_ROOT=/usr/src/wxWidgets wxbuild
$ make NOGUI=1 WXSTATIC=1
+On MacOSX, building a console-only executable is not supported.
Mac OS X specifics:
-----------------------------------------------------------
|