From b0d2c75119fc7422ab47aa48c68b495ff0f4e043 Mon Sep 17 00:00:00 2001 From: "Rafael S. Calsaverini" Date: Sat, 13 May 2017 11:43:23 -0300 Subject: [PATCH 1/2] Document how to install swig and c++11 compiler on Ubuntu --- doc/installation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/installation.rst b/doc/installation.rst index e56c80078b..4b2842d40c 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -37,6 +37,16 @@ We recommend installing *auto-sklearn* into a `virtual environment `_ or an `Anaconda environment `_. +Ubuntu installation +=================== + +To provide install a C++11 building environment and SWIG on Ubuntu, run: + +.. code:: bash + + sudo apt-get install build-essential swig + + Anaconda installation ===================== From 0a1ee30d50903f7b78f5e93a5885395e071f4190 Mon Sep 17 00:00:00 2001 From: Rafael Calsaverini Date: Sat, 13 May 2017 11:48:36 -0300 Subject: [PATCH 2/2] Add reference to the specific version of SWIG --- doc/installation.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/installation.rst b/doc/installation.rst index 4b2842d40c..4caec1d0b1 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -13,7 +13,7 @@ auto-sklearn has the following system requirements: * Linux operating system (for example Ubuntu), * Python (>=3.4). -* C++ compiler (with C++11 supports) and SWIG +* C++ compiler (with C++11 supports) and SWIG (version 3.0 or later) For an explanation of missing Microsoft Windows and MAC OSX support please check the Section `Windows/OSX compability`_. @@ -40,7 +40,8 @@ environment `_. Ubuntu installation =================== -To provide install a C++11 building environment and SWIG on Ubuntu, run: +To provide install a C++11 building environment and the lateste SWIG +version on Ubuntu, run: .. code:: bash