Skip to content
Snippets Groups Projects
Commit 824f3d3b authored by Spencer Sherwin's avatar Spencer Sherwin
Browse files

Updated cmake version checking

git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@2534 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
parent 0c54c0cf
No related branches found
No related tags found
No related merge requests found
...@@ -135,10 +135,12 @@ This will create <em>loki-0.1.3/</em>. ...@@ -135,10 +135,12 @@ This will create <em>loki-0.1.3/</em>.
</li> </li>
<li>CMake is an open-source, cross-platform make file <li>CMake is an open-source, cross-platform make file
generator system. It can be used to generate the correct GCC Makefiles. generator system. We require version 2.8 or greater. To check your currently installed version, type the following at the command line:
We must now build the CMake executable.
<ol> <div class="code"><pre>ccmake --version</pre></div>
If you do not have CMake installed, or the version is too old, then you can build it from source.
<ol>
<li>In <em>ThirdParty/</em>, extract the cmake-2.8.0.tar.gz archive with <li>In <em>ThirdParty/</em>, extract the cmake-2.8.0.tar.gz archive with
<div class="code"><pre>tar -xjvf cmake-2.8.0.tar.gz</pre></div></li> <div class="code"><pre>tar -xjvf cmake-2.8.0.tar.gz</pre></div></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment