2002-08-06 20:14:57 +08:00
|
|
|
<sect2>
|
2003-08-31 08:58:09 +08:00
|
|
|
<title>Installation of <application>nano</application></title>
|
2002-08-06 20:14:57 +08:00
|
|
|
|
2003-08-31 08:58:09 +08:00
|
|
|
<para>Install <application>nano</application> by running the following commands:</para>
|
2002-08-06 20:14:57 +08:00
|
|
|
|
2003-09-07 22:14:01 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
|
|
|
|
--enable-color --enable-multibuffer --enable-nanorc &&
|
2002-08-06 20:14:57 +08:00
|
|
|
make &&
|
2003-09-28 13:15:52 +08:00
|
|
|
make install &&
|
|
|
|
mkdir -p /usr/share/doc/nano/examples &&
|
|
|
|
cp nanorc.sample /usr/share/doc/nano/examples</command></userinput></screen>
|
2002-08-06 20:14:57 +08:00
|
|
|
|
|
|
|
</sect2>
|