mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 02:29:03 +08:00
#4635 Add usage note for make_archive
This commit is contained in:
parent
9b5238ef91
commit
0b84d55f23
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
if [ "$#" -ne 1 ]; then
|
if [ "$#" -ne 1 ]; then
|
||||||
echo "Usage: $(basename $0) arch_name"
|
echo "Usage: $(basename $0) arch_name"
|
||||||
|
echo "This script should be called from the main source directory for Slic3r."
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
libdirs=$(find ./local-lib -iname *.so -exec dirname {} \; | sort -u | paste -sd ";" -)
|
libdirs=$(find ./local-lib -iname *.so -exec dirname {} \; | sort -u | paste -sd ";" -)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user