[BACK]Return to readme.txt CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Windows

Diff for /OpenXM/misc/packages/Windows/readme.txt between version 1.1 and 1.6

version 1.1, 2002/03/16 01:26:07 version 1.6, 2005/10/15 06:25:30
Line 1 
Line 1 
 $OpenXM$  $OpenXM: OpenXM/misc/packages/Windows/readme.txt,v 1.5 2002/10/02 00:55:21 takayama Exp $
   
 <1> Put the binary for windows at c:\home\asir\bin  
 and  c:\home\asir\lib  
   
 <2> Build asir and sm1 on cygwin.  THIS IS A NOTE FOR DEVELOPPERS.
   
   In order to build asir on cygwin, set the following path.
     export PATH=/usr/X11R6/bin:$PATH      export PATH=/usr/X11R6/bin:$PATH
     cd ~/OpenXM/src  
     make install-kan-ox  
   
 <3> Type in  Set OpenXM_HOME for oxpp.
   
   For Java (in case of jdk1.4)
   export PATH=/cygdrive/c/j2sdk1.4.2_08/bin:$PATH
   export CLASSPATH='.;c:\j2sdk1.4.2_08\lib\tools.jar'
   export JAVA_HOME='c:\j2sdk1.4.2_08'
   
   
   <1> Type in
       make clean        make clean
       make build-tgz        make all
       make binary-tgz       [ make remove-experimental ]
    in this directory OpenXM/misc/packages/Windows     in this directory OpenXM/misc/packages/Windows
    You will get OpenXM-win.tgz  
    Copy OpenXM-win to the root of your CD.     Copy OpenXM-win to the root of your CD.
   
   
      NOTE: make ASIR_LANG=en  all (generating English version of CD)
            asirbinary for windows will be downloaded from ftp.math.kobe-u.ac.jp
   <2>
      make build-tgz
      make binary-tgz
      You will get OpenXM-win.tgz
   
   <3>  pub/OpenXM/Head/OpenXM-win-en.tgz
     make clean-work   ## To remove windows binary at the work area.
     make clean
     make ASIR_LANG=en all ; make ASIR_LANG=en copy-to-ftp-area
   
   <3'>  pub/OpenXM/Head/OpenXM-win-ja.tgz
     # make clean-work  ## To remove windows binary at the work area.
     make clean
     make all ; make copy-to-ftp-area
   
   <3''>  pub/OpenXM/asir-book/asir-book-ja.tgz
     ## make clean-work  ## To remove windows binary at the work area.
     ## make clean
     make all
     make copy-asir-book-to-ftp-area
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>