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
Next revisionBoth sides next revision
howto:mac_homebrew [2017/04/05 12:12] paffenholzinstall:mac_homebrew [2019/07/19 10:32] paffenholz
Line 1: Line 1:
 === Solving Dependencies Using Homebrew and Perlbrew === === Solving Dependencies Using Homebrew and Perlbrew ===
- 
-This method has only been tested for **Mac OS 10.9** and **Mac OS 10.10**. 
  
 This is a fast and simple method to install missing packages once you have installed [[http://brew.sh|Homebrew]] and [[http://perlbrew.pl|Perlbrew]].  This is a fast and simple method to install missing packages once you have installed [[http://brew.sh|Homebrew]] and [[http://perlbrew.pl|Perlbrew]]. 
Line 37: 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 59: Line 57:
 brew install ant brew install ant
 brew install ppl brew install ppl
 +brew install ninja-build
 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.