Skip to content

Instantly share code, notes, and snippets.

@lian
Created November 5, 2012 17:02
Show Gist options
  • Save lian/4018326 to your computer and use it in GitHub Desktop.
Save lian/4018326 to your computer and use it in GitHub Desktop.
slic3r bundled install on archlinux
#!/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