diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-01-10 05:54:40 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-01-10 05:54:40 +0000 |
commit | 16dc51dbe9a50e866d635cbaf53600b0082af68f (patch) | |
tree | 5374a025f69ab668fb9480969b92c66ef7a226b7 /chapter05 | |
parent | 320cf3bbb7e6a5d409660fa7c479417a1a189aa3 (diff) |
Update to linux-4.20.1.
Update to diffutils-3.7.
Update to tar-1.31.
Update to man-db-2.8.5.
Update to bash-5.0.
Update to readline-8.0.
Update to iproute2-4.20.0.
Update to util-linux-2.33.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11499 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/ncurses.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index 09d8160a0..c00135f12 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -107,7 +107,8 @@ <para>Install the package:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make install +ln -s libncursesw.so /tools/lib/libncurses.so</userinput></screen> </sect2> |