/** @page libsbml-accessing Accessing libSBML from software

<p> Once the libSBML files are installed, you may need to take additional
steps so that software applications can <em>find</em> the libSBML library
files at run time.  This section provides information about how to do that.

@tableofcontents

@section config-search-path 1. Setting your library search path
@htmlinclude libsbml-setting-library-path.html

@if clike
@section config-software 2. Linking with or importing libSBML

<p> Once your library search path is configured so that processes on your
computer can find the libSBML library files, the last step is to link or
import libSBML into your software application.  Different steps
apply to different interface languages.

@subsection config-import-c C++ and C
@htmlinclude libsbml-import-for-c-cpp.html

@subsection config-import-csharp C#
@htmlinclude libsbml-import-for-csharp.html

@subsection config-import-java Java
@htmlinclude libsbml-import-for-java.html

@subsection config-import-javascript JavaScript
@htmlinclude libsbml-import-for-javascript.html

@subsection config-import-matlab MATLAB
@htmlinclude libsbml-import-for-matlab.html

@subsection config-import-python Python
@htmlinclude libsbml-import-for-python.html

@subsection config-import-r R
@htmlinclude libsbml-import-for-r.html

@endif

@if python

@section config-software 2. Importing libSBML
@htmlinclude libsbml-import-for-python.html

@endif
@if csharp

@section config-software 2. Importing libSBML
@htmlinclude libsbml-import-for-csharp.html

@endif
@if matlab

@section config-software 2. Importing libSBML
@htmlinclude libsbml-import-for-matlab.html

@endif

*/
