v?snprintf(), and add minor formatting changes.
- Mention the requirement for groff in order to create html
versions of the manpages. (DLR)
- - Update the given cvs commands so that they work again. (DLR)
+ - Update the given cvs commands so that they work again, and
+ mention the need for ssh to do cvs checkouts. (DLR)
- faq.html:
- Fixed inaccuracy: Pico compatibility mode was made the default
in nano 1.1.99pre1, not 1.2.2. (DLR)
- groff
- texinfo
- cvs
+- ssh (with support for the SSH version 2 protocol)
- glib 2.x (if your system doesn't have snprintf() and/or vsnprintf())
- make, gcc and the normal development libraries (ncurses, etc.)
These should be available on your GNU mirror.
-To download the CVS tree, execute the following command:
+First, you need to set up cvs to download the CVS tree using ssh. If
+you're using a Bourne shell (e.g. bash), do
+$ export CVS_RSH=ssh
+If you're using a C shell (e.g. tcsh or csh), do
+$ setenv CVS_RSH ssh
+
+After it's set up, use the following command to download the CVS tree:
$ cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/nano checkout nano
If you want to download the stable CVS branch, add "-r nano_1_0_branch":