home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 19
/
AACD19.BIN
/
AACD
/
Programming
/
cvs-1.11
/
source
/
README.AMIGA
< prev
next >
Wrap
Text File
|
2001-02-03
|
2KB
|
52 lines
In order to recompile this somewhat rough Amiga port of GNU CVS 1.11 or to
make changes to the code, you need the following things:
- The original GNU CVS source code, as available for example
as 'ftp://ftp.cvshome.org/pub/cvs-1.11/cvs-1.11.tar.gz'.
- The GNU 'patch' utility, such as available from
'http://us.aminet.net/~aminet/dirs/aminet/dev/gg/patch-bin.lha'
- The SAS/C 6.58 compiler
- The Miami SDK 2.11, as available from
'http://http.nordicglobal.com/miami/MiamiSDK211.lha'
That's pretty much everything you need. Putting all the things together, you
would start by unpacking the 'cvs-1.11.tar.gz' archive file, leaving a
drawer named 'cvs-1.11' which for the remainder of this text is assumed to
reside at 'Work:cvs-1.11'. To this drawer copy the contents of the
drawer you found this 'README.AMIGA' file in, e.g.:
Copy #? Work:cvs-1.11 ALL
Unpack the Miami SDK archive as well. Inside that archive is a drawer
called 'netinclude' which should be copied to the 'amiga' drawer residing
in the 'Work:cvs-1.11' drawer, e.g.:
Copy MiamiSDK/netinclude Work:cvs-1.11/amiga/netinclude ALL
In the last step, the source code patches will need to be applied, e.g.:
CD Work:cvs-1.11
patch <amiga.diffs
That's all folks! You should now be able to rebuild the program:
CD Work:cvs-1.11
SMake
This should create a file called 'cvs' in the 'Work:cvs-1.11/src' drawer
and cause the build process to exit with a warning which can be ignored.
If you have any further questions on this port, feel free to contact me:
olsen@sourcery.han.de
Or use my postal address:
Olaf Barthel
Brabeckstr. 35
D-30559 Hannover
Federal Republic of Germany