mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-28 05:53:29 +01:00
Linux: change build script for GTK3 generic installer to build wxWidgets by default
This commit is contained in:
parent
1dc9ec2499
commit
febf7d048b
@ -31,17 +31,17 @@ echo "Building GUI version of VeraCrypt"
|
|||||||
# this will be the temporary wxWidgets directory
|
# this will be the temporary wxWidgets directory
|
||||||
export WX_BUILD_DIR=$PARENTDIR/wxBuildGui
|
export WX_BUILD_DIR=$PARENTDIR/wxBuildGui
|
||||||
|
|
||||||
# make WXSTATIC=1 WITHGTK3=1 wxbuild && make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package
|
make WXSTATIC=1 WITHGTK3=1 wxbuild && make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package
|
||||||
|
|
||||||
# Uncomment below and comment line above to reuse existing wxWidgets build
|
# Uncomment below and comment line above to reuse existing wxWidgets build
|
||||||
make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package
|
#make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package
|
||||||
|
|
||||||
echo "Building console version of VeraCrypt"
|
echo "Building console version of VeraCrypt"
|
||||||
|
|
||||||
# this will be the temporary wxWidgets directory
|
# this will be the temporary wxWidgets directory
|
||||||
export WX_BUILD_DIR=$PARENTDIR/wxBuildConsole
|
export WX_BUILD_DIR=$PARENTDIR/wxBuildConsole
|
||||||
|
|
||||||
#make WXSTATIC=1 WITHGTK3=1 NOGUI=1 wxbuild && make WXSTATIC=1 NOGUI=1 clean && make WXSTATIC=1 NOGUI=1 && make WXSTATIC=1 NOGUI=1 package
|
make WXSTATIC=1 WITHGTK3=1 NOGUI=1 wxbuild && make WXSTATIC=1 NOGUI=1 clean && make WXSTATIC=1 NOGUI=1 && make WXSTATIC=1 NOGUI=1 package
|
||||||
|
|
||||||
# Uncomment below and comment line above to reuse existing wxWidgets build
|
# Uncomment below and comment line above to reuse existing wxWidgets build
|
||||||
make WXSTATIC=1 NOGUI=1 clean && make WXSTATIC=1 NOGUI=1 && make WXSTATIC=1 NOGUI=1 package
|
#make WXSTATIC=1 NOGUI=1 clean && make WXSTATIC=1 NOGUI=1 && make WXSTATIC=1 NOGUI=1 package
|
||||||
|
Loading…
Reference in New Issue
Block a user