mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 13:42:13 +08:00
f27667fa73
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1229 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
474 B
XML
14 lines
474 B
XML
<sect2>
|
|
<title>Installation of <application>nano</application></title>
|
|
|
|
<para>Install <application>nano</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
|
|
--enable-color --enable-multibuffer --enable-nanorc &&
|
|
make &&
|
|
make install &&
|
|
mkdir -p /usr/share/doc/nano/examples &&
|
|
cp nanorc.sample /usr/share/doc/nano/examples</command></userinput></screen>
|
|
|
|
</sect2>
|