mirror of https://github.com/axmolengine/axmol.git
add sqlite3 to dependencies
This commit is contained in:
parent
737fc4ce9e
commit
e3246d93ac
|
@ -28,6 +28,7 @@ if ! test -d $DIR_GLEW170/glew-1.7.0/; then
|
||||||
DEPENDS+=' libzip-dev'
|
DEPENDS+=' libzip-dev'
|
||||||
DEPENDS+=' libcurl4-gnutls-dev'
|
DEPENDS+=' libcurl4-gnutls-dev'
|
||||||
DEPENDS+=' libfontconfig1-dev'
|
DEPENDS+=' libfontconfig1-dev'
|
||||||
|
DEPENDS+=' libsqlite3-dev'
|
||||||
for i in $DEPENDS; do
|
for i in $DEPENDS; do
|
||||||
echo -e $TXTCOLOR_GREEN"sudo apt-get install $i, please enter your password:"$TXTCOLOR_DEFAULT
|
echo -e $TXTCOLOR_GREEN"sudo apt-get install $i, please enter your password:"$TXTCOLOR_DEFAULT
|
||||||
sudo apt-get install $i
|
sudo apt-get install $i
|
||||||
|
|
Loading…
Reference in New Issue