mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux: Update wxWidgets for static builds to version 3.0.5
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (c) 2013-2020 IDRIX
|
||||||
|
# Governed by the Apache License 2.0 the full text of which is contained
|
||||||
|
# in the file License.txt included in VeraCrypt binary and source
|
||||||
|
# code distribution packages.
|
||||||
|
#
|
||||||
|
|
||||||
# Errors should cause script to exit
|
# Errors should cause script to exit
|
||||||
set -e
|
set -e
|
||||||
@@ -12,8 +18,8 @@ export SOURCEPATH=$(readlink -f "$SCRIPTPATH/..")
|
|||||||
# Directory where the VeraCrypt has been checked out
|
# Directory where the VeraCrypt has been checked out
|
||||||
export PARENTDIR=$(readlink -f "$SCRIPTPATH/../../..")
|
export PARENTDIR=$(readlink -f "$SCRIPTPATH/../../..")
|
||||||
|
|
||||||
# The sources of wxWidgets 3.0.4 must be extracted to the parent directory
|
# The sources of wxWidgets 3.0.5 must be extracted to the parent directory
|
||||||
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4
|
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.5
|
||||||
echo "Using wxWidgets sources in $WX_ROOT"
|
echo "Using wxWidgets sources in $WX_ROOT"
|
||||||
|
|
||||||
cd $SOURCEPATH
|
cd $SOURCEPATH
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (c) 2013-2020 IDRIX
|
||||||
|
# Governed by the Apache License 2.0 the full text of which is contained
|
||||||
|
# in the file License.txt included in VeraCrypt binary and source
|
||||||
|
# code distribution packages.
|
||||||
|
#
|
||||||
|
|
||||||
# Errors should cause script to exit
|
# Errors should cause script to exit
|
||||||
set -e
|
set -e
|
||||||
@@ -12,8 +18,8 @@ export SOURCEPATH=$(readlink -f "$SCRIPTPATH/..")
|
|||||||
# Directory where the VeraCrypt has been checked out
|
# Directory where the VeraCrypt has been checked out
|
||||||
export PARENTDIR=$(readlink -f "$SCRIPTPATH/../../..")
|
export PARENTDIR=$(readlink -f "$SCRIPTPATH/../../..")
|
||||||
|
|
||||||
# The sources of wxWidgets 3.0.4 must be extracted to the parent directory
|
# The sources of wxWidgets 3.0.5 must be extracted to the parent directory
|
||||||
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4
|
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.5
|
||||||
echo "Using wxWidgets sources in $WX_ROOT"
|
echo "Using wxWidgets sources in $WX_ROOT"
|
||||||
|
|
||||||
cd $SOURCEPATH
|
cd $SOURCEPATH
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (c) 2013-2020 IDRIX
|
||||||
|
# Governed by the Apache License 2.0 the full text of which is contained
|
||||||
|
# in the file License.txt included in VeraCrypt binary and source
|
||||||
|
# code distribution packages.
|
||||||
|
#
|
||||||
|
|
||||||
# Errors should cause script to exit
|
# Errors should cause script to exit
|
||||||
set -e
|
set -e
|
||||||
@@ -12,8 +18,8 @@ export SOURCEPATH=$(readlink -f "$SCRIPTPATH/..")
|
|||||||
# Directory where the VeraCrypt has been checked out
|
# Directory where the VeraCrypt has been checked out
|
||||||
export PARENTDIR=$(readlink -f "$SCRIPTPATH/../../..")
|
export PARENTDIR=$(readlink -f "$SCRIPTPATH/../../..")
|
||||||
|
|
||||||
# The sources of wxWidgets 3.0.4 must be extracted to the parent directory
|
# The sources of wxWidgets 3.0.5 must be extracted to the parent directory
|
||||||
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4
|
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.5
|
||||||
echo "Using wxWidgets sources in $WX_ROOT"
|
echo "Using wxWidgets sources in $WX_ROOT"
|
||||||
|
|
||||||
cd $SOURCEPATH
|
cd $SOURCEPATH
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (c) 2013-2020 IDRIX
|
||||||
|
# Governed by the Apache License 2.0 the full text of which is contained
|
||||||
|
# in the file License.txt included in VeraCrypt binary and source
|
||||||
|
# code distribution packages.
|
||||||
|
#
|
||||||
|
|
||||||
# Errors should cause script to exit
|
# Errors should cause script to exit
|
||||||
set -e
|
set -e
|
||||||
@@ -12,8 +18,8 @@ export SOURCEPATH=$(readlink -f "$SCRIPTPATH/..")
|
|||||||
# Directory where the VeraCrypt has been checked out
|
# Directory where the VeraCrypt has been checked out
|
||||||
export PARENTDIR=$(readlink -f "$SCRIPTPATH/../../..")
|
export PARENTDIR=$(readlink -f "$SCRIPTPATH/../../..")
|
||||||
|
|
||||||
# The sources of wxWidgets 3.0.4 must be extracted to the parent directory
|
# The sources of wxWidgets 3.0.5 must be extracted to the parent directory
|
||||||
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4
|
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.5
|
||||||
echo "Using wxWidgets sources in $WX_ROOT"
|
echo "Using wxWidgets sources in $WX_ROOT"
|
||||||
|
|
||||||
cd $SOURCEPATH
|
cd $SOURCEPATH
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013-2016 IDRIX
|
# Copyright (c) 2013-2020 IDRIX
|
||||||
# Governed by the Apache License 2.0 the full text of which is contained
|
# Governed by the Apache License 2.0 the full text of which is contained
|
||||||
# in the file License.txt included in VeraCrypt binary and source
|
# in the file License.txt included in VeraCrypt binary and source
|
||||||
# code distribution packages.
|
# code distribution packages.
|
||||||
@@ -21,8 +21,8 @@ if [ "$(id -u)" != "0" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# the sources of wxWidgets 3.0.3 must be extracted to the parent directory
|
# the sources of wxWidgets 3.0.5 must be extracted to the parent directory
|
||||||
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4
|
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.5
|
||||||
echo "Using wxWidgets sources in $WX_ROOT"
|
echo "Using wxWidgets sources in $WX_ROOT"
|
||||||
|
|
||||||
cd $SOURCEPATH
|
cd $SOURCEPATH
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2013-2017 IDRIX
|
# Copyright (c) 2013-2020 IDRIX
|
||||||
# Governed by the Apache License 2.0 the full text of which is contained
|
# Governed by the Apache License 2.0 the full text of which is contained
|
||||||
# in the file License.txt included in VeraCrypt binary and source
|
# in the file License.txt included in VeraCrypt binary and source
|
||||||
# code distribution packages.
|
# code distribution packages.
|
||||||
@@ -20,8 +20,8 @@ if [ "$(id -u)" != "0" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# the sources of wxWidgets 3.0.3 must be extracted to the parent directory
|
# the sources of wxWidgets 3.0.5 must be extracted to the parent directory
|
||||||
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4
|
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.5
|
||||||
echo "Using wxWidgets sources in $WX_ROOT"
|
echo "Using wxWidgets sources in $WX_ROOT"
|
||||||
|
|
||||||
cd $SOURCEPATH
|
cd $SOURCEPATH
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2013-2017 IDRIX
|
# Copyright (c) 2013-2020 IDRIX
|
||||||
# Governed by the Apache License 2.0 the full text of which is contained
|
# Governed by the Apache License 2.0 the full text of which is contained
|
||||||
# in the file License.txt included in VeraCrypt binary and source
|
# in the file License.txt included in VeraCrypt binary and source
|
||||||
# code distribution packages.
|
# code distribution packages.
|
||||||
@@ -20,8 +20,8 @@ if [ "$(id -u)" != "0" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# the sources of wxWidgets 3.0.3 must be extracted to the parent directory
|
# the sources of wxWidgets 3.0.5 must be extracted to the parent directory
|
||||||
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4
|
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.5
|
||||||
echo "Using wxWidgets sources in $WX_ROOT"
|
echo "Using wxWidgets sources in $WX_ROOT"
|
||||||
|
|
||||||
cd $SOURCEPATH
|
cd $SOURCEPATH
|
||||||
|
|||||||
Reference in New Issue
Block a user