"Fossies" - the Fresh Open Source Software Archive

Member "apg-2.2.3/INSTALL.CYGWIN" (7 Aug 2003, 1160 Bytes) of package /linux/privat/old/apg-2.2.3.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 Installation of APG toolkit for CYGWIN
    2 
    3 Generaly there are 2 types of installation:
    4 (1) standalone
    5 (2) client-server
    6 but only standalone installation implemented for CYGWIN yet.
    7 
    8 APGD(server) works too, but it has some bugs and i could
    9 not recommend to use it.
   10 
   11 The instruction below IS FOR STANDALONE INSTALLATION ONLY
   12 
   13 The simplest way to install this package is:
   14 1. untar the distribution and cd to the top:
   15 
   16     % gzip -d -c apg-2.X.XX.tar.gz | tar xf -
   17     % cd apg-2.X.XX
   18 
   19 If you are reading this file, you probably have already done this!
   20 
   21 2. Edit the Makefile
   22 
   23 3. make the software:
   24 
   25    For standalone:
   26 
   27       % make cygwin
   28 
   29 4. install the binaries and man pages.
   30 There are some problems with install for CYGWIN.
   31 Sorry... But you have to do it manualy
   32 
   33       % make install-cygwin
   34 
   35 5. You can remove the program binaries and object files from the
   36 source code directory by typing
   37 
   38      % make clean
   39 
   40 NOTE: You can use APG without CYGWIN, you need only cygwin*.dll.
   41 Copy APG.EXE to the directory you want and copy CYGWIN*.DLL
   42 in the same directory. Now you can run APG.EXE in the MS-DOS Prompt
   43 or just cliking on it.
   44 
   45 Adel I. Mirzazhanov
   46 a-del@iname.com