buildscripts/yaft.sh
2023-12-03 23:10:57 +01:00

16 lines
No EOL
377 B
Bash
Executable file

#!/bin/bash
#git clone https://code.teampandory.com/thirdparty/yaft/
wget -c https://code.teampandory.com/thirdparty/yaft/-/archive/pandory500/yaft-pandory500.tar.gz
tar xvf yaft-pandory500.tar.gz
cd yaft-pandory500
make clean
make mkfont_bdf
make glyph.h
export CC="$xCC"
export CFLAGS="-O3"
export CXXFLAGS="-O3"
make yaft
make install PREFIX="$PREFIX" MANPREFIX="$PREFIX"