mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
change bootstrap.sh
This commit is contained in:
parent
ca77520736
commit
26e25ffe3a
|
@ -49,8 +49,8 @@ while [ $# -ge 1 ] ; do
|
|||
if [ ${1} = "-t" -o ${1} = "--tox" ] ; then
|
||||
TOX_ONLY=true
|
||||
shift
|
||||
elif [ ${1} = "-g" -o ${1} = "--global" ] ; then
|
||||
GLOBAL=true
|
||||
elif [ ${1} = "-l" -o ${1} = "--local" ] ; then
|
||||
GLOBAL=false
|
||||
shift
|
||||
elif [ ${1} = "-k" -o ${1} = "--keep" ]; then
|
||||
KEEP=true
|
||||
|
@ -71,8 +71,7 @@ while [ $# -ge 1 ] ; do
|
|||
echo " -h|--help : displays this help"
|
||||
echo " -t|--tox : only install/update libtoxcore"
|
||||
echo " requires an already installed libsodium"
|
||||
echo " -g|--global: installs libtox* and libsodium globally"
|
||||
echo " (also disables local configure prefixes)"
|
||||
echo " -l|--local: installs libtox* and libsodium in the current directory"
|
||||
echo " -k|--keep : does not delete the build directories afterwards"
|
||||
echo ""
|
||||
echo "example usages:"
|
||||
|
|
Loading…
Reference in New Issue
Block a user