16 lines
No EOL
377 B
Bash
Executable file
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" |