交叉编译freetype
下载FreeType
下载freetype交叉编译
tar zxvf freetype-2.8.1.tar.gz
cd freetype-2.8.1/
./configure CC=arm-none-linux-gnueabi-gcc --host=arm-linux --prefix=$PWD/INSTALL --with-zlib=no --with-png=no
make
make install
查看生成库文件
cd INSTALL
ls
tree
tree
网友评论