Slic3r/package/linux/startup_script.sh
Joseph Lenox 72c44bcad6 Linux build (#3973)
* Point LD_LIBRARY_PATH to correct bin dir.

* remove libm and libresolv from library list because Ubuntu.
2017-05-21 11:33:24 -05:00

6 lines
134 B
Bash

#!/bin/bash
DIR=$(dirname "$0")
export LD_LIBRARY_PATH=./bin
exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@