install:mac_homebrew

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
howto:mac_homebrew [2017/04/05 12:13] paffenholzinstall:mac_homebrew [2019/07/19 10:33] paffenholz
Line 35: Line 35:
 This will take a while.  This will take a while. 
  
-Afterwards to +Afterwards do 
 <code> <code>
 echo "source ~/perl5/perlbrew/etc/bashrc" >> $HOME/.bash_profile echo "source ~/perl5/perlbrew/etc/bashrc" >> $HOME/.bash_profile
Line 57: Line 57:
 brew install ant brew install ant
 brew install ppl brew install ppl
 +brew install ninja
 brew link --force readline brew link --force readline
 cpanm  --configure-args '--prefix=/usr/local' Term::ReadLine::Gnu cpanm  --configure-args '--prefix=/usr/local' Term::ReadLine::Gnu
 brew unlink readline brew unlink readline
-cpanm XML::LibXSLT+cpanm install XML::LibXSLT 
 +cpanm install JSON
 </code> </code>
  
 These commands should install all necessary software on your computer. You can now proceed with installing polymake.  These commands should install all necessary software on your computer. You can now proceed with installing polymake.