***************************************************************************
                           XPG 0.1 (INSTALLATION)  
***************************************************************************
  
INSTALLATION OF XPG SOURCES 

Note: Before everything, you must to install the Standard Development Kit 
      (SDK) version 1.4 avalaible from http://java.sun.com 
      To report bugs about XPg, get in: http://xpg.kazak.ws/bugs.php 

- For Unix users :  
  
  1. Download the contents of the application (xpg-sources-0.1.tar.gz) from
     the web page:   
                            http://xpg.kazak.ws  
  
  2. Uncompress the file in a temporary directory:  
  
                      user% tar xvfz xpg-sources-0.1.tar.gz  
  
     or you can use:  
  
                      user% gunzip xpg-sources-0.1.tar.gz   
  
                      user% tar xvf xpg-sources-0.1.tar  
  
  3. Get in to the source application directory:
                      user% cd xpg-sources-0.1

     Run the command "make" to compile XPg. 
     The binaries will be created in the directory "bin" in the source 
     application directory.

  4. Get root access and type the command "make install" into the
     XPg sources directory. The directory /usr/local/xpg will be
     created as the HOME of the application. An script called "xpg" 
     will be copied into /usr/local/bin.

     Make sure that the path of the directory bin of the SDK is
     included in the PATH variable of your shell.  
     Execute the command :  
  
                      user% java -version   
  
     If the answer is similar to "Command not found" or "Comando no 
     encontrado", verify that the SDK (version 1.3 or higher) is installed 
     in the system.

     If you want uninstall the program, you have to type as root the command
     "make uninstall" into the XPg source directory. 
  
  5. If the installation was successful, then you can start 
     the application XPg with the command:  
  
                           user% xpg   
  
  =========================================================================  
  
- For Windows 95/98 users:  
  
  1. Download the compress file of the application (xpg-sources-0.1.tar.gz)
     from the web page: 
                         http://xpg.kazak.ws  
  
  2. Uncompress the file using the application Winzip and select the one  
     directory HOME where you want to locate the program. (Ej: C:\xpg)  

  3. Get in to the HOME directory and excute the next commands:
     HOME> cd src
     HOME\src> javac *.java
     HOME\src> cd ..
     HOME> jar cvfm Xpg.jar META-INF/MANIFEST.MF -C src/ .
     HOME> move Xpg.jar ..\bin
  
  4. Change the xpg.bat file located in the directory HOME/bin and modify  
     the variables to the appropriate values for your system.   
  
     By default, the file .bat assumes that the SDK this installed in 
     "c:\jdk"  and that the HOME of the application Xpg is "c:\xpg."
  
  5. Once configured the  xpg.bat file, carry out a shortcut to the file  
     or simply execute it to begin the application.  
  
 **************************************************************************
                              Developed by  
                         Soluciones Kazak Ltda  
           Group of Research and Development of Free Software  
                           http://www.kazak.ws  
 ************************************************************************** 
