From: Uwe Köcher Date: Wed, 10 May 2017 07:43:11 +0000 (+0200) Subject: updates README.md for macOS support X-Git-Tag: v0.8.5~16^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2a0bc9a19c8d39faa943847d6107194d9c7fbf;p=candi.git updates README.md for macOS support --- diff --git a/README.md b/README.md index b82efb7..d00f3ed 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ Follow the instructions on the screen ./candi.sh ``` +#### Install deal.II on macOS (10.11), 10.12 +```bash + ./candi.sh +``` + #### Install deal.II on a generic Linux system or cluster: ```bash export CC=mpicc, export CXX=mpicxx; export FC=mpif90; export FF=mpif77