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
5cda85ca
Commit
5cda85ca
authored
9 years ago
by
Mike Frysinger
Browse files
Options
Download
Email Patches
Plain Diff
README.GIT: update a few more points to match current tree
parent
5cb3f09a
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
-6
README.GIT
with
6 additions
and
6 deletions
+6
-6
README.GIT
View file @
5cda85ca
...
...
@@ -11,12 +11,12 @@ Prerequisites
To successfully compile GNU nano from the git repo, you'll need the following
packages:
- autoconf (version >= 2.
54
)
- autoconf (version >= 2.
61
)
- automake (version >= 1.7)
- gettext (version >= 0.11.5)
- groff (version >= 1.12)
- texinfo (version >= 4.0)
-
subversion (aka svn
)
-
git (version >= 2.7.4
)
- glib 2.x (if your system doesn't have vsnprintf(), which the configure
script will check for)
- make, gcc and the normal development libraries (curses or slang, etc.)
...
...
@@ -29,9 +29,9 @@ to use UTF-8.
Download the source
-------------------
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':
To obtain the current nano development code (called '
master', or sometimes
'trunk'), use the
following command. It will create a copy of the files in
a subdirectory
of your current working directory called 'nano':
$ git clone git://git.savannah.gnu.org/nano.git nano
...
...
@@ -63,7 +63,7 @@ From the nano source directory, build the code with:
$ make
Then, once it's done compiling, run
Then, once it's done compiling, run
:
$ make install
...
...
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