Created
January 31, 2015 01:09
-
-
Save xdissent/52393ca680a9924f5e67 to your computer and use it in GitHub Desktop.
Slic3r dev on Yosemite
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
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