home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / Programming / cvs-1.11 / source / README.AMIGA < prev    next >
Text File  |  2001-02-03  |  2KB  |  52 lines

  1. In order to recompile this somewhat rough Amiga port of GNU CVS 1.11 or to
  2. make changes to the code, you need the following things:
  3.  
  4.    - The original GNU CVS source code, as available for example
  5.      as 'ftp://ftp.cvshome.org/pub/cvs-1.11/cvs-1.11.tar.gz'.
  6.  
  7.    - The GNU 'patch' utility, such as available from
  8.      'http://us.aminet.net/~aminet/dirs/aminet/dev/gg/patch-bin.lha'
  9.  
  10.    - The SAS/C 6.58 compiler
  11.  
  12.    - The Miami SDK 2.11, as available from
  13.      'http://http.nordicglobal.com/miami/MiamiSDK211.lha'
  14.  
  15. That's pretty much everything you need. Putting all the things together, you
  16. would start by unpacking the 'cvs-1.11.tar.gz' archive file, leaving a
  17. drawer named 'cvs-1.11' which for the remainder of this text is assumed to
  18. reside at 'Work:cvs-1.11'. To this drawer copy the contents of the
  19. drawer you found this 'README.AMIGA' file in, e.g.:
  20.  
  21.    Copy #? Work:cvs-1.11 ALL
  22.  
  23. Unpack the Miami SDK archive as well. Inside that archive is a drawer
  24. called 'netinclude' which should be copied to the 'amiga' drawer residing
  25. in the 'Work:cvs-1.11' drawer, e.g.:
  26.  
  27.    Copy MiamiSDK/netinclude Work:cvs-1.11/amiga/netinclude ALL
  28.  
  29. In the last step, the source code patches will need to be applied, e.g.:
  30.  
  31.    CD Work:cvs-1.11
  32.    patch <amiga.diffs
  33.  
  34. That's all folks! You should now be able to rebuild the program:
  35.  
  36.    CD Work:cvs-1.11
  37.    SMake
  38.  
  39. This should create a file called 'cvs' in the 'Work:cvs-1.11/src' drawer
  40. and cause the build process to exit with a warning which can be ignored.
  41.  
  42. If you have any further questions on this port, feel free to contact me:
  43.  
  44.    olsen@sourcery.han.de
  45.  
  46. Or use my postal address:
  47.  
  48.    Olaf Barthel
  49.    Brabeckstr. 35
  50.    D-30559 Hannover
  51.    Federal Republic of Germany
  52.