mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
d8ab90250e
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@863 af4574ff-66df-0310-9fd7-8a98e5e911e0
13 lines
291 B
XML
13 lines
291 B
XML
<sect2>
|
|
<title>Installation of nano</title>
|
|
|
|
<para>Install nano by running the following commands:</para>
|
|
|
|
<para><screen><userinput>./configure --prefix=/usr --enable-color \
|
|
--enable-multibuffer --enable-nanorc &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|