kolibrios/contrib/media/updf_newlib/compile.sh

29 lines
168 B
Bash
Raw Normal View History

cd SYSCALL/src
make
cd ../..
cd fitz
make
cd ..
cd pdf
make
cd ..
cd libopenjpeg
make
cd ..
cd libjbig2dec
make
cd ..
cd draw
make
cd ..
cd apps
make
sleep 100