forked from samueltardieu/adasockets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
30 lines (21 loc) · 1.11 KB
/
INSTALL
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
INSTALL file for adasockets.
+++ To install this software on Unix or Cygwin/Windows, just do:
% ./configure --prefix=<any directory>
% make install
This will build and install this software under <any directory>/lib/adasockets.
The adasockets-config program and its associated man page will be installed
respectively under <any directory>/bin and <any directory>/man/
In the examples subdirectory, you will find an example called "tcprelay" which
illustrates how this package can be used.
GNU make is not strictly necessary but is recommended. It is needed if
you want to rebuild the documentation.
You need to install the autogen software if you want to rebuild the
documentation. You also need the autotools if you plan on modifying the
AdaSockets build structure.
+++ To build this software on OpenVMS, just do:
% make
GNU make must be available as well as the DEC C compiler. If no C
compiler is available on your system, the file sockets-constants.ads
in the contrib/vms directory must be copied into the vms one. This
file is given as is and has not been tested on other host than the one
used to port AdaSockets.