-----------------------------------
Building executable from the source
and installing the software
-----------------------------------

Note: Non-Windows users can not get the program icon
(shortcut) without following these instructions.

You can build executable from the source in two
ways:

a) Following given instructions specified for Your
platform.
b) Following given instructions for other platforms.

Namely, If the instructions for your platform are given,
You can choose between these instructions and platform
independent instructions given for "other platforms".
Only difference in result is that executable file has
the SCL icon (instead generic icon for executables on
this platform).




C++ compiler which supports ANSI/ISO standard from
1997-98 (ANSI/ISO standard draft from November 1997)
is required. Software is tested using MinGW compiler.

Unzip the scl20.zip archive to Your hard disk and
follow the instructions for your platform.

- Windows platform, MinGW compiler: just run the
program build.bat from the source folder.

- Linux platform, KDE environment, GNU C++ compiler
and related tools: just run the kde-install script.

Note: you can run the program by clicking the shortcut 
icon or by typing ./scl20 in the command line in the main 
directory.

- Other platforms, GNU compiler: type "make" in the
command line (in the source directory).