Unixish systems layout

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
   Windows & OS/2 layout
   Unixish systems layout
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
Registry/Profile handling
Windows control
C API
C++ Class Interface
CSL links
  

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.

<prefix> is the target directory you installed CSL to, usually /usr/local.

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>