Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
5cb3f09a
Commit
5cb3f09a
authored
9 years ago
by
Chris Allegretta
Browse files
Options
Download
Email Patches
Plain Diff
Rename README.SVN -> README.GIT and take out the branch details since we're generally using trunk
parent
686b784d
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.GIT
+6
-10
README.GIT
with
6 additions
and
10 deletions
+6
-10
README.
SVN
→
README.
GIT
View file @
5cb3f09a
INSTRUCTIONS TO COMPILE AND INSTALL NANO
SVN
VERSIONS
INSTRUCTIONS TO COMPILE AND INSTALL NANO
GIT
VERSIONS
=====================================================
GNU nano is available
from SVN
, but building this needs a
bit more care
than the official stable and unstable tarballs.
The latest version of
GNU nano is available
via git
, but building this needs a
bit more care
than the official stable and unstable tarballs.
Prerequisites
-------------
To successfully compile GNU nano from
SVN
, you'll need the following
To successfully compile GNU nano from
the git repo
, you'll need the following
packages:
- autoconf (version >= 2.54)
...
...
@@ -33,11 +33,7 @@ To obtain the current nano development code (called 'trunk'), use the
following command. It will create a copy of the files in a subdirectory
of your current working directory called 'nano':
$ svn co svn://svn.savannah.gnu.org/nano/trunk/nano
If you want to download the stable SVN branch instead, use:
$ svn co svn://svn.savannah.gnu.org/nano/branches/nano_2_2_branch/nano
$ git clone git://git.savannah.gnu.org/nano.git nano
Generate the configure script
...
...
@@ -82,5 +78,5 @@ you'll need to run that "make install" command with root privileges.
Problems?
---------
Please submit any bugs in the
SVN branch
using the Savannah project's
Please submit any bugs in the
git repository
using the Savannah project's
bug tracker (https://savannah.gnu.org/bugs/?group=nano).
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help