mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 04:42:03 +08:00
Added libglut.so.3 to install list, also upgraded make_archive.sh to permit bash-style comments
This commit is contained in:
parent
435fa6fb02
commit
837be65c6c
@ -8,3 +8,4 @@
|
||||
/usr/lib/x86_64-linux-gnu/libjpeg.so.8
|
||||
/usr/lib/x86_64-linux-gnu/libjbig.so.0
|
||||
/usr/lib/x86_64-linux-gnu/libtiff.so.5
|
||||
/usr/lib/x86_64-linux-gnu/libglut.so.3 # needed for appimage on some systems that don't have glut installed.
|
||||
|
@ -101,7 +101,7 @@ unzip -qq -o $WD/_tmp/test.par -d $WD/_tmp/
|
||||
cp -rf $WD/_tmp/lib/* $archivefolder/local-lib/lib/perl5/
|
||||
cp -rf $WD/_tmp/shlib $archivefolder/
|
||||
rm -rf $WD/_tmp
|
||||
for i in $(cat $WD/libpaths.txt); do
|
||||
for i in $(cat $WD/libpaths.txt | grep -v "^#" | awk -F# '{print $1}'); do
|
||||
install -v $i $archivefolder/bin
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user