Skip to content
Snippets Groups Projects
Commit c7b23ddb authored by Josh Borrow's avatar Josh Borrow
Browse files

Added information about adding external libraries that are not found...

Added information about adding external libraries that are not found automatically by the configure script to the docs.
parent 73381394
Branches
Tags
1 merge request!563Add large system docs
......@@ -89,5 +89,18 @@ MacOS, so it is best to leave it out. To configure:
.. code-block:: bash
./configure —disable-compiler-warnings —disable-doxygen-doc
./configure --disable-compiler-warnings --disable-doxygen-doc
Trouble Finding Libraries
~~~~~~~~~~~~~~~~~~~~~~~~~
If the configure script is having trouble finding your libraries for you, it
may be that they are in nonstandard locations. You can link the specific
library locations by using ``--with-<LIBRARY>=<PATH>``. For example for the
HDF5 library,
.. code-block:: bash
./configure --with-hdf5=/path/to/h5cc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment