[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.4

version 1.1, 2002/03/16 01:26:07 version 1.4, 2002/10/01 00:05:54
Line 1 
Line 1 
 $OpenXM$  $OpenXM: OpenXM/misc/packages/Windows/readme.txt,v 1.3 2002/08/10 07:05:48 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  <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
   
   <4>  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.4

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