Annotation of loncom/build/readme.html, revision 1.1

1.1     ! harris41    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>