| Both sides previous revision Previous revision Next revision | Previous revision |
| install:macos:source [2020/05/13 23:39] – ↷ Page moved and renamed from install:mac to install:macos:source lkastner | install:macos:source [2024/04/11 15:53] (current) – paffenholz |
|---|
| |
| Call <code>clang</code> or <code>xcode-select --install</code> in a terminal to trigger installation of the command line tools (Click install in the window that opens). | Call <code>clang</code> or <code>xcode-select --install</code> in a terminal to trigger installation of the command line tools (Click install in the window that opens). |
| |
| **Mac OS 10.14.5**: | |
| |
| In addition to installing clang you need to install the package at | |
| <code>/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk</code> | |
| via | |
| <code>open /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk</code> | |
| and then follow the guided installation, otherwise the systems misses some headers. You will need an admin password for your Mac. | |
| |
| === Ninja === | === Ninja === |
| * Calling ''polymake'' in a terminal should now start the interactive shell. | * Calling ''polymake'' in a terminal should now start the interactive shell. |
| * At the first start ''polymake'' will try to find some third-party software installed on your computer it knows how to communicate with. You can examine the list of unsuccessful attempts by calling the command ''show_unconfigured'' in the shell. | * At the first start ''polymake'' will try to find some third-party software installed on your computer it knows how to communicate with. You can examine the list of unsuccessful attempts by calling the command ''show_unconfigured'' in the shell. |
| * For an introduction on how to work with the shell see [[:general|here]]. Enjoy. | * For an introduction on how to work with the shell see [[:user_guide:shell|here]]. Enjoy. |
| |
| === Installation Script === | === Installation Script === |