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