File: README.txt

package info (click to toggle)
libsbml 5.20.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 117,108 kB
  • sloc: cpp: 469,781; xml: 364,270; ansic: 54,078; python: 12,540; makefile: 9,759; sh: 9,245; cs: 8,586; java: 8,151; perl: 6,133; ruby: 4,760; javascript: 1,605; php: 202; csh: 3
file content (58 lines) | stat: -rw-r--r-- 2,444 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58

		      l i b S B M L  Documentation

Due to the size of the API documentation for libSBML, we do not
distribute ready-to-read versions of the documents with either the
binary installers or the source distribution.  Instead, the libSBML
documentation is made available in the following ways:

1) Downloading from http://sourceforge.net/projects/sbml/files/libsbml/

   The above URL is the primary libSBML download site for this release
   of libSBML, from where the libSBML binary installers are made
   available.  In that location you will find a separate archive file
   containing the documentation for each release of libSBML.  The file
   will have the word "docs" in the name.  To use this documentation,
   first download the file in the archive format that you prefer, then
   unarchive the file, then navigate into the "docs" folder created by
   the unarchiving process, and finally open the file "index.html" in
   your web browser.

2) Viewing online at http://sbml.org/Software/libSBML
   
   The libSBML documentation is available for viewing online from the
   libSBML website, with no downloading or installation necessary.
   Visit the URL above, look for the documentation links in the table
   of contents along the right-hand side of the page, and click on the
   language that you are programming with.
   
3) Generate-it-yourself

   If you wish to build the documentation yourself, you may do so by
   configuring libSBML with the --with-doxygen option, running "make"
   from the libSBML top level, and then running "make docs".  This
   will generate the documentation files in a subdirectory named
   "formatted" at the same level as the file you are reading now.  To
   view the documentation, open the file "index.html" file located in
   the same directory as the file you are reading now.

Please see the file ../README.txt for more information about this
release of libSBML, or please see http://sbml.org/Software/libSBML for
more information about libSBML itself.

Thank you for your interest in libSBML!

The SBML Team.





# -----------------------------------------------------------------------------
# File author: M. Hucka, S. Keating
# -----------------------------------------------------------------------------
# The following is for [X]Emacs users.  Please leave in place.
# Local Variables:
# fill-column: 70
# End:
# -----------------------------------------------------------------------------