Add build CUPS

This commit is contained in:
Tran Khanh Duy 2020-09-13 17:52:09 +07:00 committed by GitHub
parent a19b1150e6
commit ac23b6a26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,3 +14,13 @@ cd freetype-2.6.2
--with-harfbuzz=no
make -j4
make install
cd ..
echo "Building CUPS"
cd cups-2.2.4
./configure \
--host=aarch64-linux-android \
--prefix=`pwd`/build_android-aarch64
make -j4
make install