Created
November 5, 2012 17:02
-
-
Save lian/4018326 to your computer and use it in GitHub Desktop.
slic3r bundled install on archlinux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# install on archlinux: | |
# % pacman -S cpanminus | |
# % cd /path/to/Slic3r-git | |
# % HOME="`pwd`/vendor" cpanm -n --local-lib="`pwd`/vendor" Boost::Geometry::Utils Math::Clipper Math::ConvexHull Math::ConvexHull::MonotoneChain Math::Geometry::Voronoi Math::PlanePath Moo Wx | |
cd "$(dirname $(readlink -f $0))" | |
PERL5LIB="vendor/lib/perl5:vendor/lib/perl5/x86_64-linux-thread-multi" ./slic3r.pl $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment