Skip to content
Snippets Groups Projects
Commit e2dba5f8 authored by Chris Cantwell's avatar Chris Cantwell
Browse files

Fixed formatting of OSX compilation instructions.

Removed setting LD_LIBRARY_PATH for boost.


git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3098 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
parent 56b308a5
No related branches found
No related tags found
No related merge requests found
...@@ -216,16 +216,12 @@ along with the include files, in the correct ...@@ -216,16 +216,12 @@ along with the include files, in the correct
path. (<em>Note:</em> that for a 64 bit operating system, such as Mac path. (<em>Note:</em> that for a 64 bit operating system, such as Mac
OSX 10.6, it may be necessary to use "../boost-jam-3.1.17/bin.macosxx86_64/bjam" instead of OSX 10.6, it may be necessary to use "../boost-jam-3.1.17/bin.macosxx86_64/bjam" instead of
"../boost-jam-3.1.17/bin.macosxx86/bjam"). "../boost-jam-3.1.17/bin.macosxx86/bjam").
<ol> The "--with-*" compiles Boost with only the
<li>The "--with-*" compiles Boost with only the
libraries required by Nektar++. This is just meant to save time. You libraries required by Nektar++. This is just meant to save time. You
can leave the flag off and it will compile all the libraries, if you can leave the flag off and it will compile all the libraries, if you
wish</li> wish
<li>To ensure the boost dynamic libraries are found at runtime, the enviromental variable DYLD_LIBRARY_PATH should be set:
<div class="code"><pre>export DYLD_LIBRARY_PATH=$(HOME)/Nektar++/ThirdParty/boost/lib</pre></div><li>
</ol>
</li> </li>
...@@ -355,9 +351,9 @@ wish</li> ...@@ -355,9 +351,9 @@ wish</li>
</li> </li>
<li>ARPACK libraries are now installed in your machines in the folder <em>/opt/local/lib </em> <li> <li>ARPACK libraries are now installed in your machines in the folder <em>/opt/local/lib </em> </li>
<ol> </ol>
</ol> </ol>
......
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