]> git.wh0rd.org Git - nano.git/commitdiff
Changed recommendation on automake to -p5, not -p4.
authorJordi Mallach <jordi@gnu.org>
Wed, 30 Jan 2002 16:29:31 +0000 (16:29 +0000)
committerJordi Mallach <jordi@gnu.org>
Wed, 30 Jan 2002 16:29:31 +0000 (16:29 +0000)
Moved to Savannah repositories.
Added a hint to download the stable branch.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1054 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

README.CVS

index 716884a3e7b67682bab5e5165b6ddc4c08083f5f..169a1b8c2101cb994c5da310460757176609d935 100644 (file)
@@ -8,7 +8,7 @@ To succesfully compile GNU nano from CVS, you'll need the
 following packages:
 
 - autoconf (versions 2.13 or >= 2.50)
-- automake (version 1.4-pl4 recommended)
+- automake (version 1.4-pl5 recommended)
 - autoheader
 - gettext (version 0.10.40)
 - texinfo
@@ -18,13 +18,15 @@ These should be available on your GNU mirror.
 
 
 To download the CVS tree, execute the following command:
-$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nano login
+$ cvs -z3 -d:pserver:anonymous@subversions.gnu.org:/cvsroot/nano login
 and press enter at the password prompt.
 Then, do
-$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nano checkout src
-[FIXME for Savannah] and the nano tree will download.
+$ cvs -z3 -d:pserver:anonymous@subversions.gnu.org:/cvsroot/nano checkout nano
+and the nano tree will download.
+If you want to checkout the stable CVS branch, append -r nano_1_0_branch:
+$ cvs -z3 -d:pserver:anonymous@subversions.gnu.org:/cvsroot/nano checkout -r nano_1_0_branch nano
 
-One you have the sources in the "src" directory, cd into it, and execute
+One you have the sources in the "nano" directory, cd into it, and execute
 the "autogen.sh" script in the top dir. This will setup a configure script
 and Makefile.in, and you will be ready to compile with
 $ ./configure [--add-options-here] && make