ug4
|
Before installing something on a Mac, make sure things aren't already installed by some other user by checking the appropriate commands in the terminal (gcc –version
and cmake –version
).
MacOS Versions are:
You can obtain your version by clicking on the apple in the left upper corner -> "about this mac". The terminal is located in Programs -> utilities (Dienstprogramme) -> Terminal
.
Please follow the description at https://github.com/UG4/ughub to obtain a copy of ug4. Below you'll find hints on how to obtain additional software which is required to build ug4.
cmake
. If you see some output cmake version ...
CMake has been installed correctly. In order to use UG4 with MacOS X 10.9 Commandline Tools should be installed properly. This can be done be entering the following command into Terminal:
xcode-select --install
Easiest way is to use Kenneth Reitz' page on gcc/command line utilities: https://github.com/kennethreitz/osx-gcc-installer/ .
Another way is to use the Apple homepage:
Highly recommended:
svn
works, otherwise install). http://www.wandisco.com/subversion/download#osxmpicc
is available). Other:You can install most of this with uginstall - Scripts for installation.
If you need fortran/gfortran on Mountain Lion: http://web.mit.edu/mfloyd/www/computing/mac/gfortran/, sudo ln -s /usr/bin/gfortran-4.2 /usr/bin/gfortran
.