linux/getmangos.sh: default to build client tools (#19)
* linux/getmangos.sh: default to build client tools The client tools are needed to extract game data and should be built in a default installation. * Update getmangos.sh
This commit is contained in:
parent
c9371ead8a
commit
21de6d202c
@ -738,7 +738,7 @@ function GetBuildOptions()
|
||||
2 "Use Standard Malloc" On \
|
||||
3 "Use External ACE Libraries" On \
|
||||
4 "Use PostgreSQL Instead Of MySQL/MariaDB" Off \
|
||||
5 "Build Client Tools" Off \
|
||||
5 "Build Client Tools" On \
|
||||
6 "Use SD3" On \
|
||||
7 "Use Eluna" On \
|
||||
8 "Use SOAP" Off \
|
||||
@ -1234,7 +1234,7 @@ function ExtractResources
|
||||
3>&2 2>&1 1>&3)
|
||||
|
||||
if [ ! -d "$INSTPATH/bin/tools" ]; then
|
||||
Log "The mangos server is not build, cannot extract data" 1
|
||||
Log "The client tools have not been built, cannot extract data" 1
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user