Update before-install.sh

This commit is contained in:
halx99 2021-09-20 17:06:01 +08:00 committed by GitHub
parent 6181d09298
commit 8bcbffc5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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