################### MAC OS Installation ################### The MAC OS installation is the same for both the Intel and M1 configuration. This simplify the life of the developer. ## Prerequisites - gcc (min v. 9) - cmake (min v. 3.25) - python (min v. 3.10) Prerequisites installation procedure ==================================== In case the required tools are not installed the following procedure can be used: - Install Homebrew:: $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - Install latest cmake:: $ brew install cmake - Install gcc-12:: $ brew install gcc@12 - Install python:: $ brew install python@3.11