OS X


SUBMITTED BY: gatto

DATE: Feb. 23, 2016, 3:31 p.m.

FORMAT: Text only

SIZE: 774 Bytes

HITS: 1537

  1. To install the Slic3r dependencies as non-root (many people prefer not to touch their system directories), first download and unpack local::lib and execute the following commands within the newly unpacked local-lib directory:
  2. perl Makefile.PL --bootstrap
  3. make test && make install
  4. echo 'eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)' >> ~/.bashrc
  5. cd
  6. source ~/.bashrc
  7. Your environment is now set up for installing perl modules under ~/perl5/ (the above instructions assume you are using /bin/bash as your shell, please see the local::lib documentation for csh/zsh instructions). Next, execute the following commands to install the Slic3r dependencies:
  8. git clone git://github.com/alexrj/Slic3r
  9. cd Slic3r
  10. cpan App::cpanminus
  11. perl Build.PL
  12. perl Build.PL --gui

comments powered by Disqus