From 3258bb0ff47594ee6719cf1744c88c34ef3a268a Mon Sep 17 00:00:00 2001
From: Benno Schulenberg You can also have a look at the Package Pool to see all the available binary and source packages. You can also have a look at the Package Pool to see all the available binary and source packages. For the 'bleeding edge' current version of nano, you can use GIT to download the current source code. Note: believe it or not, by downloading code that has not yet stabilized into an official release, there could quite possibly be bugs, in fact the code may not even compile! Anyway, see the nano GIT document for info on anonymous GIT access to the nano source. It's simple really! As root, type rpm -Uvh nano-x.y.z-1.i386.rpm if you have a RedHat-ish system or dpkg -i nano_x.y.z-1.deb if you have a Debian-ish system, where x.y.z is the release of nano. There are other programs to install packages, and if you wish to use those, knock yourself out. It's simple really! As root, type rpm -Uvh nano-x.y-1*.rpm if you have a RedHat-ish system or dpkg -i nano_x.y-1*.deb if you have a Debian-ish system, where x.y is the version number of nano. There are other programs to install packages, and if you wish to use those, knock yourself out. Okay, take a deep breath, this really isn't hard. Unpack the nano source with a command like: tar -xvf nano-x.y.z.tar.gz tar -xvf nano-x.y.tar.gz Then you need to run configure with any options you might want (if any). The average case is this: cd nano-x.y.z/ cd nano-x.y/2.4. By GIT (for the brave).
@@ -120,13 +120,13 @@
3. Installation and Configuration
3.1. How do I install the RPM or DEB package?
-
+3.2. Compiling from source: WHAT THE HECK DO I DO NOW?
@@ -203,8 +203,8 @@
[ ] enable-alternate-editor-implicitly
+
./configure
make
make install (as root, of course)
Then exit (E) and select Yes (Y).
If you're a mutt user, you should see an effect immediately the next time you log in. No further configuration is needed. However, if you want to let people know you use nano to compose your email messages, you can put a line like this in your .muttrc:
-my_hdr X-Composer: nano x.y.z
-Again, replace x.y.z with the version of nano you use.
+my_hdr X-Composer: nano-x.y
+Again, replace x.y with the version of nano you use.