Building nano from svn does not require ssh.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4775 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Benno Schulenberg 2014-04-15 12:13:04 +00:00
parent f876ee10c5
commit d0691d9485
2 changed files with 6 additions and 6 deletions

View File

@ -2,6 +2,7 @@
* src/nano.c (precalc_multicolorinfo): Actually set the intended * src/nano.c (precalc_multicolorinfo): Actually set the intended
non-blocking mode for keyboard input. non-blocking mode for keyboard input.
* src/winio.c: Relocate and correct a few comments. * src/winio.c: Relocate and correct a few comments.
* README.SVN: To build nano from svn, ssh is not required.
2014-04-14 Benno Schulenberg <bensberg@justemail.net> 2014-04-14 Benno Schulenberg <bensberg@justemail.net>
* src/{proto.h,cut.c,nano.c,text.c}: Remove the unused parameter * src/{proto.h,cut.c,nano.c,text.c}: Remove the unused parameter

View File

@ -17,7 +17,6 @@ packages:
- groff (version >= 1.12) - groff (version >= 1.12)
- texinfo (version >= 4.0) - texinfo (version >= 4.0)
- subversion (aka svn) - subversion (aka svn)
- ssh (with support for the SSH version 2 protocol)
- glib 2.x (if your system doesn't have vsnprintf(), which the configure - glib 2.x (if your system doesn't have vsnprintf(), which the configure
script will check for) script will check for)
- make, gcc and the normal development libraries (curses or slang, etc.) - make, gcc and the normal development libraries (curses or slang, etc.)
@ -38,7 +37,7 @@ of your current working directory called 'nano':
If you want to download the stable SVN branch instead, use: If you want to download the stable SVN branch instead, use:
$ svn co svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano $ svn co svn://svn.savannah.gnu.org/nano/branches/nano_2_2_branch/nano
Generate the configure script Generate the configure script
@ -84,4 +83,4 @@ Problems?
--------- ---------
Please submit any bugs in the SVN branch using the Savannah project's Please submit any bugs in the SVN branch using the Savannah project's
bug tracker (https://savannah.gnu.org/bugs/?group=nano) bug tracker (https://savannah.gnu.org/bugs/?group=nano).