Diff for /loncom/build/readme.html between versions 1.1 and 1.2

version 1.1, 2001/01/16 17:58:43 version 1.2, 2001/01/17 11:06:03
Line 1 Line 1
 <H1>LON-CAPA Software Developer Instructions</H1>  <H1>LON-CAPA Software Developer Instructions</H1>
   
   <OL>
   <LI><A HREF="#Using_CVS">Using CVS</A>
 <UL>  <UL>
 <LI>Using CVS  <LI><A HREF="#cvslog">Logging in and out (cvs login; cvs logout)</A>
 <UL>  <LI><A HREF="#cvsget">Getting files (cvs update -d)</A>
 <LI>Logging in and out (cvs login; cvs logout)  <LI><A HREF="#cvsupdate">Updating files (cvs update -d)</A>
 <LI>Getting files (cvs update -d)  <LI><A HREF="#cvssave">Saving files (cvs commit)</A>
 <LI>Updating files (cvs update -d)  <LI><A HREF="#cvsadd">Adding files (cvs add)</A>
 <LI>Saving files (cvs commit)  <LI><A HREF="#cvsadddir">Adding directories (cvs add/import)</A>
 <LI>Adding files (cvs add)  <LI><A HREF="#cvsnotsure">What to do when you're not sure about your files (cvs update)</A>
 <LI>Adding directories (cvs add/import)  
 <LI>What to do when you're not sure about your files (cvs update)  
 </UL>  
 <LI>Viewing the software (make HTML)  
 <LI>Compiling the software (make build)  
 <LI>Adding/removing files from the LON-CAPA installation (doc/loncapafiles/loncapafiles.html)  
 <LI>Configurable files versus non-configurable files  
 <LI>Updating the non-configurable files on your machine (make install)  
 <LI>Updating the configurable files on your machine (make configinstall)  
 <LI>Building RPMs (make RPM)  
 </UL>  </UL>
   <LI><A HREF="#makeHTML">Viewing the software (make HTML)</A>
   <LI><A HREF="#makebuild">Compiling the software (make build)</A>
   <LI><A HREF="#loncapafiles">Adding/removing files from the LON-CAPA installation (doc/loncapafiles/loncapafiles.html)</A>
   <LI><A HREF="#configversusnonconfig">Configurable files versus non-configurable files</A>
   <LI><A HREF="#makeinstall">Updating the non-configurable files on your machine (make install)</A>
   <LI><A HREF="#makeconfiginstall">Updating the configurable files on your machine (make configinstall)</A>
   <LI><A HREF="#makeRPM">Building RPMs (make RPM)</A>
   </OL>
   
   <OL>
   <A NAME="Using_CVS">
   <LI><H2>Using CVS</H2>
   <UL>
   <UL>
   <LI><A NAME="cvslog">
       <H3>Using CVS: Logging in and out (cvs login; cvs logout)</H3>
   <LI><A NAME="cvsget">
       <H3>Using CVS: Getting files (cvs update -d)</H3>
   <LI><A NAME="cvsupdate">
       <H3>Updating files (cvs update -d)</H3>
   <LI><A NAME="cvssave">
       <H3>Saving files (cvs commit)</H3>
   <LI><A NAME="cvsadd">
       <H3>Adding files (cvs add)</H3>
   <LI><A NAME="cvsadddir">
       <H3>Adding directories (cvs add/import)</H3>
   <LI><A NAME="cvsnotsure">
       <H3>What to do when you're not sure about your files (cvs update)</H3>
   </UL>
   <LI><A NAME="makeHTML">
       <H3>Viewing the software (make HTML)</H3>
   <LI><A NAME="makebuild">
       <H3>Compiling the software (make build)</H3>
   <LI><A NAME="loncapafiles">
       <H3>Adding/removing files from the LON-CAPA installation (doc/loncapafiles/loncapafiles.html)</H3>
   <LI><A NAME="configversusnonconfig">
       <H3>Configurable files versus non-configurable files</H3>
   <LI><A NAME="makeinstall">
       <H3>Updating the non-configurable files on your machine (make install)</H3>
   <LI><A NAME="makeconfiginstall">
       <H3>Updating the configurable files on your machine (make configinstall)</H3>
   <LI><A NAME="makeRPM">
       <H3>Building RPMs (make RPM)</H3>
   </OL>

Removed from v.1.1  
changed lines
  Added in v.1.2


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