Difference between revisions of "The libshore C++ Library"

From SHORE wiki
Jump to: navigation, search
(Created page with 'Basic functionality used by SHORE is provided as a C++ programming library residing below the directory ''src/CoreLib'' of the SHORE source package. The '''make install''' comman…')
 
Line 2: Line 2:
 
The '''make install''' command will by default install the '' '''libshore''' '' library and headers below ''/usr/local/lib'' and ''/usr/local/include'', respectively; see the file ''INSTALL'' distributed with the SHORE sources for details.
 
The '''make install''' command will by default install the '' '''libshore''' '' library and headers below ''/usr/local/lib'' and ''/usr/local/include'', respectively; see the file ''INSTALL'' distributed with the SHORE sources for details.
  
[http://shore.sourceforge.net/libshore-api/files.html Doxygen-generated source code documentation] is available.
+
[http://shore.sourceforge.net/libshore-api/files.html Doxygen-generated API documentation] is available.
  
 
Further documentation to be written.
 
Further documentation to be written.

Revision as of 13:46, 20 June 2013

Basic functionality used by SHORE is provided as a C++ programming library residing below the directory src/CoreLib of the SHORE source package. The make install command will by default install the libshore library and headers below /usr/local/lib and /usr/local/include, respectively; see the file INSTALL distributed with the SHORE sources for details.

Doxygen-generated API documentation is available.

Further documentation to be written.