-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathREADME.cygwin
36 lines (28 loc) · 878 Bytes
/
README.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
Notes on Building and Running on Windows under Cygwin
Cygwin is not fully supported at this time and the code has not been
extensively tested. Some functionality may be unavailable.
CYGWIN INSTALLATION
You need to install a number of the optional cygwin packages. Just
use the cygwin setup program to select these (and take their dependencies).
Please report errors/omissions.
Listed version numbers are minimums on which some testing has been done.
Category Devel
~~~~~~~~~~~~~~
autoconf (7-1)
gcc (3.4.4-999)
make (3.81-2)
minires-devel (1.02-1)
openssl-devel (0.9.8k-1)
Category Libs
~~~~~~~~~~~~~
crypt (1.1-1)
expat (2.0.1-1)
libexpat1 (2.0.1-1)
libexpat1-devel (2.0.1-1)
minires (1.02-1)
openssl(0.9.8k-1)
BUILDING
./configure
[this will configure and one-time build the third-party getaddrinfo
library which provides some functions missing on cygwin]
make