RUG/Pennsylvania/State College/Linux

From RepRap
Revision as of 17:33, 13 December 2012 by Mxe5022 (talk | contribs) (Created page with '==Installing Software== Start with the dependencies for Slic3r sudo apt-get install git build-essential libgtk2.0-dev libwxgtk2.8-dev libwx-perl libmodule-build-perl libnet-dbu…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Installing Software

Start with the dependencies for Slic3r

 sudo apt-get install git build-essential libgtk2.0-dev libwxgtk2.8-dev libwx-perl libmodule-build-perl libnet-dbus-perl
 sudo apt-get install libwx-perl
 sudo apt-get install cpanminus
 sudo cpanm Boost::Geometry::Utils Math::Clipper \
   Math::ConvexHull Math::ConvexHull::MonotoneChain Math::Geometry::Voronoi Math::PlanePath Moo Wx 

If you have trouble getting cpanminus try:

 sudo apt-get install curl

curl -L http://cpanmin.us | perl - --sudo App::cpanminus

Get Slic3er

sudo git clone https://github.com/alexrj/Slic3r.git