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 revision
Previous revision
Next revisionBoth sides next revision
install:macos [2023/02/02 15:16] casabellainstall:macos [2023/05/08 09:18] – [Download polymake] paffenholz
Line 3: Line 3:
 The latest release 4.9 should work on all Mac OS versions greater or equal to 11. The installation requires a couple of steps (of which you have maybe done some already for other reasons): The latest release 4.9 should work on all Mac OS versions greater or equal to 11. The installation requires a couple of steps (of which you have maybe done some already for other reasons):
   * Install the xcode command line tools   * Install the xcode command line tools
-  * (for some versions) install SDK headers 
   * install Homebrew   * install Homebrew
   * install Perlbrew   * install Perlbrew
Line 20: Line 19:
 <code>xcode-select --install</code> <code>xcode-select --install</code>
 Either this tells you that your command line tools are installed or opens a small window that asks you whether you want to install them. Confirm. It also offers to install the full XCode IDE. This is **not** necessary and **not** recommended (you then need to install the command line tools on top from within XCode).  Either this tells you that your command line tools are installed or opens a small window that asks you whether you want to install them. Confirm. It also offers to install the full XCode IDE. This is **not** necessary and **not** recommended (you then need to install the command line tools on top from within XCode). 
- 
-Then, you should type 
-<code> 
-export CPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/ 
-</code> 
-and do all following steps in this terminal (or repeat the export command, if you open a new one). 
  
 ==== Install Homebrew ==== ==== Install Homebrew ====
Line 95: Line 88:
 <code> <code>
 cd Downloads cd Downloads
-tar -xvfj polymake-4.9.tar.bz2+tar -xvjf polymake-4.9.tar.bz2
 </code> </code>
  
  • install/macos.txt
  • Last modified: 2024/04/11 16:57
  • by paffenholz