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