File:  [LON-CAPA] / loncom / build / readme.html
Revision 1.2: download - view: text, annotated - select for diffs
Wed Jan 17 11:06:03 2001 UTC (23 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
adding more HTML structure and internal links to the document

    1: <H1>LON-CAPA Software Developer Instructions</H1>
    2: 
    3: <OL>
    4: <LI><A HREF="#Using_CVS">Using CVS</A>
    5: <UL>
    6: <LI><A HREF="#cvslog">Logging in and out (cvs login; cvs logout)</A>
    7: <LI><A HREF="#cvsget">Getting files (cvs update -d)</A>
    8: <LI><A HREF="#cvsupdate">Updating files (cvs update -d)</A>
    9: <LI><A HREF="#cvssave">Saving files (cvs commit)</A>
   10: <LI><A HREF="#cvsadd">Adding files (cvs add)</A>
   11: <LI><A HREF="#cvsadddir">Adding directories (cvs add/import)</A>
   12: <LI><A HREF="#cvsnotsure">What to do when you're not sure about your files (cvs update)</A>
   13: </UL>
   14: <LI><A HREF="#makeHTML">Viewing the software (make HTML)</A>
   15: <LI><A HREF="#makebuild">Compiling the software (make build)</A>
   16: <LI><A HREF="#loncapafiles">Adding/removing files from the LON-CAPA installation (doc/loncapafiles/loncapafiles.html)</A>
   17: <LI><A HREF="#configversusnonconfig">Configurable files versus non-configurable files</A>
   18: <LI><A HREF="#makeinstall">Updating the non-configurable files on your machine (make install)</A>
   19: <LI><A HREF="#makeconfiginstall">Updating the configurable files on your machine (make configinstall)</A>
   20: <LI><A HREF="#makeRPM">Building RPMs (make RPM)</A>
   21: </OL>
   22: 
   23: <OL>
   24: <A NAME="Using_CVS">
   25: <LI><H2>Using CVS</H2>
   26: <UL>
   27: <UL>
   28: <LI><A NAME="cvslog">
   29:     <H3>Using CVS: Logging in and out (cvs login; cvs logout)</H3>
   30: <LI><A NAME="cvsget">
   31:     <H3>Using CVS: Getting files (cvs update -d)</H3>
   32: <LI><A NAME="cvsupdate">
   33:     <H3>Updating files (cvs update -d)</H3>
   34: <LI><A NAME="cvssave">
   35:     <H3>Saving files (cvs commit)</H3>
   36: <LI><A NAME="cvsadd">
   37:     <H3>Adding files (cvs add)</H3>
   38: <LI><A NAME="cvsadddir">
   39:     <H3>Adding directories (cvs add/import)</H3>
   40: <LI><A NAME="cvsnotsure">
   41:     <H3>What to do when you're not sure about your files (cvs update)</H3>
   42: </UL>
   43: <LI><A NAME="makeHTML">
   44:     <H3>Viewing the software (make HTML)</H3>
   45: <LI><A NAME="makebuild">
   46:     <H3>Compiling the software (make build)</H3>
   47: <LI><A NAME="loncapafiles">
   48:     <H3>Adding/removing files from the LON-CAPA installation (doc/loncapafiles/loncapafiles.html)</H3>
   49: <LI><A NAME="configversusnonconfig">
   50:     <H3>Configurable files versus non-configurable files</H3>
   51: <LI><A NAME="makeinstall">
   52:     <H3>Updating the non-configurable files on your machine (make install)</H3>
   53: <LI><A NAME="makeconfiginstall">
   54:     <H3>Updating the configurable files on your machine (make configinstall)</H3>
   55: <LI><A NAME="makeRPM">
   56:     <H3>Building RPMs (make RPM)</H3>
   57: </OL>

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