Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct cmake instructions in install.html #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions manual/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ <h2>MPI<a class="headerlink" href="#mpi" title="Permalink to this headline">¶</
<h2>Make system<a class="headerlink" href="#make-system" title="Permalink to this headline">¶</a></h2>
<p>The make system is based on <strong>CMake</strong>. Installing <strong>CMake</strong>
can be done by typing on Ubuntu:</p>
<div class="highlight-python"><pre>sudo apt-get install swig</pre>
<div class="highlight-python"><pre>sudo apt-get install cmake</pre>
</div>
<p>and on Mac OSX using macports:</p>
<div class="highlight-python"><pre>sudo port install swig &amp;&amp; sudo port install swig-python</pre>
<p>and on Mac OSX using homebrew:</p>
<div class="highlight-python"><pre>brew install cmake</pre>
</div>
</div>
<div class="section" id="swig">
Expand Down Expand Up @@ -277,4 +277,4 @@ <h2>Run the Python tests<a class="headerlink" href="#run-the-python-tests" title
&copy; Copyright 2012 - 2015, Mikael Leetmaa.
</div>
</body>
</html>
</html>