From 8a3b0ed61ec0714ce732ad2ec309a483b38d5d92 Mon Sep 17 00:00:00 2001 From: Lukas Riedel Date: Wed, 16 Aug 2017 16:43:32 +0200 Subject: [PATCH] readme: call to 'dunecontrol all' is the same for ubuntu and mac os x --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index dea69ed8..678174e3 100644 --- a/README.md +++ b/README.md @@ -158,12 +158,6 @@ These instructions are suitable for a clean **Ubuntu** or **Mac OS X** setup. Th to enfore the Homebrew'd GCC compiler. Note that this variable export only lasts for your current terminal session. Always make sure that the configuration tool actually finds GCC instead of the Apple Clang. 4. Clone the DUNE modules and DORiE into a suitable folder on your machine. Make sure that you check out the correct branches (see above). Enter the parent folder, and call - - **Ubuntu:** - - CMAKE_FLAGS="-DDUNE_PYTHON_VIRTUALENV_SETUP=True -DDUNE_PYTHON_ALLOW_GET_PIP=True" MAKE_FLAGS="-j " ./dune-common/bin/dunecontrol all - - **Mac OS X:** CMAKE_FLAGS="-DDUNE_PYTHON_VIRTUALENV_SETUP=True -DDUNE_PYTHON_ALLOW_GET_PIP=True" MAKE_FLAGS="-j " ./dune-common/bin/dunecontrol all -- GitLab