install:macos

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:macos [2021/03/23 16:40] – [Install dependencies with Homebrew] paffenholzinstall:macos [2021/03/24 08:46] – [Install dependencies with Perlbrew] paffenholz
Line 86: Line 86:
 yes N | perlbrew install-cpanm yes N | perlbrew install-cpanm
 cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
-brew link --force readline 
-cpanm Term::ReadLine::Gnu 
-brew unlink readline 
 cpanm SVG cpanm SVG
 cpanm Moo cpanm Moo
Line 96: Line 93:
 cpanm install Net::SSLeay cpanm install Net::SSLeay
 </code> </code>
 +
 +On **10.15** and later do
 +<code>
 +cpanm Term::ReadLine::Gnu
 +</code>
 +
 +On **10.14** and earlier do
 +<code>
 +brew link --force readline
 +cpanm Term::ReadLine::Gnu
 +brew unlink readline
 +</code>
 +
  
 ==== Install a python dependence ==== ==== Install a python dependence ====
  • install/macos.txt
  • Last modified: 2024/04/11 16:57
  • by paffenholz