From 703af01b543ff3a4dfab78bacc224778ace2eb64 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 25 Feb 2016 22:55:03 +0100 Subject: [PATCH] Ceterum censeo Applem delendam esse --- doc/doxygen/install.doc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/doxygen/install.doc b/doc/doxygen/install.doc index 18fea4109b..10d3360b6a 100644 --- a/doc/doxygen/install.doc +++ b/doc/doxygen/install.doc @@ -93,8 +93,11 @@ SimGrid only uses very standard tools: You need cmake version 2.8.8 or higher. You may want to use ccmake for a graphical interface over cmake. - LibBoost: - - osX: with fink: `sudo fink install boost1.53.nopython` + - osX: with fink: `fink install boost1.53.nopython`, + or with homebrew: `brew install boost` - debian: `apt-get install libboost-dev libboost-context-dev` + - Java (only needed if you want to use the Java bindings): Grab a + full JDK from http://www.oracle.com/technetwork/java/javase/downloads For platform specific details, please see @ref install_cmake_mac and @ref install_cmake_windows. @@ -266,6 +269,11 @@ warning that the "-pthread" argument is not used, if it appears. CMAKE_OSX_SYSROOT:PATH=/Applications/XCode.app/Contents/Developer/Platforms/MacOSX.platform/Developer @endverbatim +In the El Capitan version of Max OS X, Apple decided that users don't +need no /usr/include directory anymore. If you are hit by this pure +madness, just run the following command to restore that classical +UNIX directory: `xcode-select -install` + \subsubsection install_cmake_windows Building on Windows Building from the source on Windows, may be something of an adventure. -- 2.20.1