[Xastir] Addition / modification to the README.CVS file

Andrew Rich vk4tec at tech-software.net
Tue Dec 7 04:05:44 EST 2004


Bit overloaded at the beginning.

May I suggest this wording :-

Initial CVS Checkout:
---------------------
1) Create a ".cvsrc" file in your home directory containing the
   following lines.  Use whatever Unix-type editor you're
   comfortable with.  Choices might be pico, vi, emacs, others:

   andrew at localhost> vi /home/andrew/.cvsrc
	
   ##cvs -z3
   update -P -d
   status -v
   diff -u

        
2) Create a ".cvpass" file in your home directory:
          
andrew at localhost> cvs
-d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/xastir login

Press the <ENTER> key when it asks you for a password.  
     
3) Create a shell script to download and process the latest files:-
     
andrew at localhost> vi /home/andrew/update-xastir.sh
     
<option for latest release>
     
cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/xastir co -r
RELEASE xastir
cd xastir
cvs update
./bootstrap.sh
./configure
su
make install
exit
xastir

<option for stable release>

cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/xastir co -r
STABLE xastir
cd xastir
cvs update
./bootstrap.sh
./configure
su
make install
exit
xastir
         




More information about the Xastir mailing list