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

Note: Non Windows users can not get program icon
(shortcut) without followin 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) 
and QT v. 4.2.0 or later are required.

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 source folder.

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

Note 1: in each distribution where QT 3 is default version, 
you should copy the executabe qmake from bin directory of
QT 4 version into source directory. Afther that, the command 

qmake

should be changed to 

./qmake

in the kde-install script, and finally, you should type
./kde-install in the command line.


Note 2: Ather the installation completes, you can run the program 
by clicking the shortcut or by typing ./scl2.1 in the command line
in directory where the executable is placed.

- MacOS X platform, GNU compiler: copy file source.pro
from mac subfolder of source folder to source folder
and then type

qmake
make

in command line in the source folder.

- Other platforms, GNU compiler: just type

qmake
make

in command line in the source directory.
