Skip to content

Instantly share code, notes, and snippets.

@xdissent
Created January 31, 2015 01:09
Show Gist options
  • Save xdissent/52393ca680a9924f5e67 to your computer and use it in GitHub Desktop.
Save xdissent/52393ca680a9924f5e67 to your computer and use it in GitHub Desktop.
Slic3r dev on Yosemite
brew update
brew install wxmac
curl -L http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-2.000015.tar.gz | tar -zxC ~/src
cd ~/src/local-lib-2.000015
perl Makefile.PL --bootstrap
make install
echo 'source (perl -I$HOME/perl5/lib/perl5 -Mlocal::lib | psub)' >> ~/.config/fish/config.fish
source ~/.config/fish/config.fish
cpan App::cpanminus
cpanm --configure-args="--wxWidgets-build=0" Alien::wxWidgets
curl -L http://search.cpan.org/CPAN/authors/id/M/MD/MDOOTSON/Wx-0.9923.tar.gz | tar -zxC ~/src
sed -ie /pass_through/d ~/src/Wx-0.9923/build/Wx/build/Options.pm
cpanm ~/src/Wx-0.9923
git clone https://github.com/alexrj/Slic3r.git ~/src/Slic3r
cd ~/src/Slic3r
perl Build.PL
perl Build.PL --gui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment