diff --git a/manual/install.html b/manual/install.html index 2ddbdc9..ae28f61 100644 --- a/manual/install.html +++ b/manual/install.html @@ -158,10 +158,10 @@

MPIMake system

The make system is based on CMake. Installing CMake can be done by typing on Ubuntu:

-
sudo apt-get install swig
+
sudo apt-get install cmake
-

and on Mac OSX using macports:

-
sudo port install swig && sudo port install swig-python
+

and on Mac OSX using homebrew:

+
brew install cmake
@@ -277,4 +277,4 @@

Run the Python tests - \ No newline at end of file +