
                          Ŀ
                           Install Procedure 
                          

    There is the list of things to do to make this compiler work.

    1. Copy or extract the files and directories of the compiler into a
       directory ( let's say c:\xs ).
    2. Add the BIN directory (c:\xs\bin) to your path from autoexec.bat
    3. Add the following environment variables (to your autoexec.bat):

        SET XSINC = directory_of_included_files (c:\xs\inc)
        SET XSLIB = directory_of_used_functions (c:\xs\lib)
        SET XSLNG = language_file(full path)    (c:\xs\lng\xs.lng)

    For more information, check the files from the MAN directory or the
  manual (bin\xsman.exe) and the files from the EXAMPLES directory. You can
  read the tips.txt file, too.

    You should also read the language specifications (check the files from
  the MAN\LNG directory or use your manual : xsman.exe language).
