mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Added some documentation installation commands to the Chapter 6 Ncurses instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b4d202831f
commit
2e1fb0caf9
@ -37,6 +37,16 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2008-10-11</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[randy] - Added some documentation installation commands to the
|
||||||
|
Chapter 6 Ncurses instructions.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-10-10</para>
|
<para>2008-10-10</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -140,6 +140,11 @@ ln -sfv libncurses.so /usr/lib/libcurses.so
|
|||||||
ln -sfv libncursesw.a /usr/lib/libcursesw.a
|
ln -sfv libncursesw.a /usr/lib/libcursesw.a
|
||||||
ln -sfv libncurses.a /usr/lib/libcurses.a</userinput></screen>
|
ln -sfv libncurses.a /usr/lib/libcurses.a</userinput></screen>
|
||||||
|
|
||||||
|
<para>If desired, install the Ncurses documentation:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="install">mkdir -v /usr/share/doc/ncurses-&ncurses-version;
|
||||||
|
cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>The instructions above don't create non-wide-character Ncurses
|
<para>The instructions above don't create non-wide-character Ncurses
|
||||||
libraries since no package installed by compiling from sources would
|
libraries since no package installed by compiling from sources would
|
||||||
|
Loading…
Reference in New Issue
Block a user