1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #278 from dubslow/master

change bootstrap.sh
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-09-11 00:45:35 +02:00
commit 5198dd1404

View File

@ -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,8 @@ 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 " as opposed to the system directories"
echo " -k|--keep : does not delete the build directories afterwards"
echo ""
echo "example usages:"