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 revisionBoth sides next revision
install:mac_homebrew [2019/01/29 21:46] – external edit 127.0.0.1install:mac_homebrew [2019/07/18 12:39] 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 60: Line 60:
 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.