File:  [LON-CAPA] / loncom / build / readme.html
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jan 16 17:58:43 2001 UTC (23 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
instructions for software developers on how to get the software
from the cvs repository, how to work with cvs, and how to use
the various 'make' targets -Scott

    1: <H1>LON-CAPA Software Developer Instructions</H1>
    2: 
    3: <UL>
    4: <LI>Using CVS
    5: <UL>
    6: <LI>Logging in and out (cvs login; cvs logout)
    7: <LI>Getting files (cvs update -d)
    8: <LI>Updating files (cvs update -d)
    9: <LI>Saving files (cvs commit)
   10: <LI>Adding files (cvs add)
   11: <LI>Adding directories (cvs add/import)
   12: <LI>What to do when you're not sure about your files (cvs update)
   13: </UL>
   14: <LI>Viewing the software (make HTML)
   15: <LI>Compiling the software (make build)
   16: <LI>Adding/removing files from the LON-CAPA installation (doc/loncapafiles/loncapafiles.html)
   17: <LI>Configurable files versus non-configurable files
   18: <LI>Updating the non-configurable files on your machine (make install)
   19: <LI>Updating the configurable files on your machine (make configinstall)
   20: <LI>Building RPMs (make RPM)
   21: </UL>
   22: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>