mirror of https://github.com/axmolengine/axmol.git
Update before-install.sh
This commit is contained in:
parent
6181d09298
commit
8bcbffc5b5
|
@ -43,6 +43,7 @@ function install_linux_environment()
|
||||||
cd buildsrc
|
cd buildsrc
|
||||||
git clone https://gitlab.freedesktop.org/freetype/freetype.git
|
git clone https://gitlab.freedesktop.org/freetype/freetype.git
|
||||||
cd freetype
|
cd freetype
|
||||||
|
sh autogen.sh
|
||||||
./configure --prefix=/usr --enable-freetype-config --disable-static
|
./configure --prefix=/usr --enable-freetype-config --disable-static
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Reference in New Issue