From 2d2a0bc9a19c8d39faa943847d6107194d9c7fbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Wed, 10 May 2017 09:43:11 +0200 Subject: [PATCH] updates README.md for macOS support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5