Add QT GUI install program

This commit is contained in:
longpanda 2021-09-13 16:41:51 +08:00
parent dd2411d7d4
commit d148139227
61 changed files with 6850 additions and 75 deletions

View file

@ -16,9 +16,10 @@ cat ../mips64ellibs | while read line; do
done
done
dpkg -x ../libgtk-3-dev_3.22.11-1_mips64el.deb .
ls -1 ../download/*mips64el.deb | while read line; do
echo "extract ${line} ..."
dpkg -x "$line" .
done
cd ..