blob: 45c769d27e418b931d66762ab6a63262e92e75de (
plain)
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
|
This port requires IBM C/C++ and the IBM TCPIP library. It
has probably only been tested with the CVS client. Local CVS might or
might not work, and the server would definitely not work. You'll need
to edit the makefile to reflect your system's paths (unless you're our
customer for this port, in which case the paths are correct because we
did the port on your machine. :-) ).
That should be all -- edit the makefile, do "make" and get
os2\cvs.exe. Assuming you have edited the `install_dir' variable in
the Makefile, you may type "make install-cvs" to put cvs.exe in the
right place.
If the makefile has linefeeds only at the end of lines, make
(at least the port of GNU make that I have) will interpret it
differently. This is (IMHO) a bizarre behavior, but you need to
convert the linefeeds to CRLF pairs (editing the file with an editor
such as emacs will generally do this).
You will get warnings during the compilation; ignore them.
Report bugs to <bug-cvs@prep.ai.mit.edu>.
Some notes on the watcom port:
------------------------------
You need the OS/2 TCPIP developers toolkit to translate the sources.
This is not as bad as it sounds, since the toolkit is on your OS/2
CD.
To compile the sources, enter
wmake -f watcom.mak
at the OS/2 prompt.
The executable created by the watcom compiler does *not* need a runtime
DLL.
Uz (uz@musoftware.com)
Credits:
Original port in 1995 by Karl Fogel <kfogel@cyclic.com>.
|