Installation procedure for OS/2 Warp V3.0 Cyrillic Supplement
=============================================================


1. Make a directory which will hold the support files. For the purpose
   of this document we assume it's C:\CYR.

   md C:\CYR

2. Change the current directory to the newly created one.

   cd C:\CYR

3. Copy the contents of the diskettes.

   xcopy A: (for each of the diskettes)

4. Unpack the files CYRDLL.ZIP, CYRDLL1.ZIP and CYROTH.ZIP.

   unzip CYRDLL
   unzip CYRDLL1
   unzip CYROTH

5. Edit your CONFIG.SYS file.

   e C:\CONFIG.SYS

   5.1. Add the newly created directory name to *BEGGINING* of the
        LIBPATH variable.

        LIBPATH=C:\CYR;...rest of the old line...

   5.2. Add the newly created directory name to *BEGGINING* of the
        PATH variable.

        SET PATH=C:\CYR;...rest of the old line...

   5.3. Change the country information.

        COUNTRY=nnn,C:\CYR\COUNTRY.SYS

        where nnn = 359 for Bulgaria
                    007 for Russia
                    358 for FYR Macedonia
                    ... for Serbia

   5.4. Change the codepages.

        CODEPAGE=ppp,sss

        where ppp is the number of primary code page and sss is the
        number of the secondary code page for selected country. The
        CODEPAGE setting can be any combination of the supported code
        pages for the selected country.

        Country          | Code Pages supported
        -----------------+----------------------
        Bulgaria         | 915, 855, 850(*)
        -----------------+----------------------
        Russia           | 866, 855, 850(*)
        -----------------+----------------------
        FYR Macedonia    | 915, ......
        -----------------+----------------------
        Serbia           | ...........

        (*) Note: In code page 850 there are no cyrillic characters.

   5.5. Change the keyboard settings.

        DEVINFO=KBD,kk,C:\CYR\KEYBOARD.DCP

        where kk = BG for Bulgaria
                   RU for Russia
                   MK for FYR Macedonia
                   SB for Serbia

   5.6. Change the video settings.

        DEVINFO=SCR,xxx,C:\CYR\VIOTBL.DCP

        where xxx is the word from the original line.

   5.7. Save the changes.

6. Change to directory C:\OS2\BOOT and unpack OS2BOOT.ZIP.

   cd C:\OS2\BOOT
   unzip C:\CYR\OS2BOOT

7. Change to directory C:\OS2\MDOS and unpack OS2MDOS.ZIP.

   cd C:\OS2\MDOS
   unzip C:\CYR\OS2MDOS

8. Boot your computer from the "Installation" and "Disk 1" diskettes
   from your OS/2 distribution. Exit the installation process. Go to
   directory C:\OS2\DLL and unpack fonts depending on your system
   configuration.

   C:
   cd C:\OS2\DLL

   8.1. If you have an ISO compliant display monitor of video adapter
        card unpack the file ISO.ZIP.

        unzip C:\CYR\ISO

   8.2. If your monitor or video adapter are not ISO compliant the
        unpack the archive SYSNISO.ZIP. If your video adapter supports
        1024x768 or greater display resolutions the unpack BGANISO.ZIP
        else VGANISO.ZIP.

        unzip C:\CYR\SYSNISO

        unzip C:\CYR\VGANISO
                 or
        unzip C:\CYR\BGANISO

9. That's it. Reboot your OS/2 from your hard disk.

   You may additionaly install PostScript Type 1 fonts from the archives
   CYR855.ZIP, CYR866.ZIP and CYR915.ZIP.

