| Directory |
Description |
| <prefix>/bin |
Executables.
This directory must be included in the environment variable
PATH if not in a standard location like /usr/bin or /usr/local/bin.
|
| <prefix>/lib |
Shared libraries.
This directory must be included in the environment variable
LD_LIBRARY_PATH if not in a standard location like /usr/lib
or /usr/local/lib.
|
| <prefix>/include |
Include files for C/C++ |
| <prefix>/share/csl |
Public .csl files (headers for standard libraries).
This directory should be included in the environment variable
CSLPATH if you want to use the headers.
|
| <prefix>/share/csl/samples |
Sample scripts |
| <prefix>/share/csl/samples/Class |
Samples how to use C++ class interface to embed CSL in applications
and to write shared libraries for CSL.
|
| <prefix>/share/csl/samples/Api |
Samples how to use the C-API to embed CSL in applications and to
write shared libraries for CSL.
|
<prefix>/share/doc/csl/html <prefix>/share/doc/csl/img |
The CSL manual (this documentation). Start reading with index.html.
It is a good idea to bookmark the CSL manual in KDE for quick access.
|