Commit 0eefd2c3 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

README.GIT: reformat the text a bit

parent f390eb8d
Showing with 14 additions and 13 deletions
+14 -13
...@@ -11,20 +11,21 @@ Prerequisites ...@@ -11,20 +11,21 @@ Prerequisites
To successfully compile GNU nano from the git repo, you'll need the following To successfully compile GNU nano from the git repo, you'll need the following
packages: packages:
- autoconf (version >= 2.61) - autoconf (version >= 2.61)
- automake (version >= 1.7) - automake (version >= 1.7)
- gettext (version >= 0.11.5) - gettext (version >= 0.11.5)
- groff (version >= 1.12) - git (version >= 2.7.4)
- groff (version >= 1.12)
- pkg-config (version >= 0.22) - pkg-config (version >= 0.22)
- texinfo (version >= 4.0) - texinfo (version >= 4.0)
- git (version >= 2.7.4) - glib 2.x (in case your system doesn't have vsnprintf(), which the
- glib 2.x (if your system doesn't have vsnprintf(), which the configure configure script will check for)
script will check for) - make, gcc, and
- make, gcc and the normal development libraries (curses or slang, etc.) - the normal development libraries (curses or slang, etc.)
These should be available on your GNU mirror. Note that you'll need a These should all be available in your distro's package manager or software
version of curses or slang with wide character support if you want nano center, or otherwise on any GNU mirror. Note that you'll need a version of
to use UTF-8. curses or slang with wide character support if you want nano to use UTF-8.
Download the source Download the source
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment