Warning: This HTML page is deprecated
All new changes are being made to the Toolkit Book
at the following locations:
-
Official Release:
C++ Toolkit Book.
-
Development Version: (URL currently not available)
C++ Toolkit Book (no search engine, accessible from inside NCBI only).
The Development Version is the most recent documentation before it becomes an Official Release. While the Development Version is the lastest version, it is accessible only from inside NCBI, and the search engine functionality is currently missing. Also, the location of the Development Version may change without warning! So it is suggested that you use the Official Release, and use the Development Version only when necessary.
NCBI C++ Library Dependency Graph
This graph was obtained by building the full toolkit and then
running the following commands:
.../bin/depgraph .../lib/lib* > depgraph.out
.../bin/depgraph2dot -simplify -in depgraph.out -out depgraph.dot
dot -Tps -o depgraph.ps depgraph.dot
convert -density 100 depgraph.ps PPM:- | ppmtogif > depgraph.gif
where dot comes from AT&T's
Graphviz
package. If you are at NCBI, you can find the source to
depgraph and depgraph2dot
here.
Dashed lines represent containment.
Alternatively, you may wish to consult the list
of each library's dependencies. The format of each line is
libname: LIB / LIBS, where everything in
LIB must follow
libname in your makefile's LIB setting and
everything in LIBS must appear in your makefile's LIBS
setting.
You can find NCBI C++ Library Dependency Graphs
here.
HHS Vulnerability Disclosure