install:mac_compiling_homebrew

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
install:mac_compiling_homebrew [2019/07/18 13:00] paffenholzinstall:mac_compiling_homebrew [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-=== Compiling polymake === 
  
-This has been tested on **Mac OS 10.11** and later. 
- 
-Get the ''polymake'' sources (either the latest release, or do a checkout of the perpetual beta, see [[:download/start|here]] for links). If you used a tar ball unpack it and switch into the polymake directory. If you use the perpetual beta, switch into the directory trunk. Now issue 
-<code> 
-./configure 
-</code> 
- 
- 
-If you do not want to install into /usr/local (or you don't have sudo rights), then add 
-<code> 
---prefix=$HOME/polymake-install 
-</code> 
-to configure, where '''$HOME/polymake-install''' can be any directory in your $HOME folder.  
- 
-If you have never used java before you will get a popup window that asks you to install java. Please do so and rerun the above command.  
- 
-Once this has finished do 
-<code> 
-ninja -C build/Opt install 
-</code> 
-This will take a while. If you have not specified a local directory then you will need to call this with ''sudo''. You can pass a  
-<code> 
--j2  
-</code> 
-as option to use both cores for compiling. Your computer will probably become unresponsive for a while.