aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses-inst.xml
Commit message (Collapse)AuthorAgeFilesLines
* Internal markup reworking to fix the extraneous whitespace problem in the ↵Greg Schafer2003-10-091-11/+11
| | | | | | "tidy generated" web site pages. Essentially replace all ocurrences of <para><screen> with <screen> (and of course the matching closing tags). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Bringing order to the presentation of patches.Alex Gronenwoud2003-10-071-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Putting text before the 'make check's, and smoothing the other lines.Alex Gronenwoud2003-08-291-4/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed the libcurses.a symlink re-creation - not needed. Added 'f' option ↵Gerard Beekmans2003-05-131-2/+1
| | | | | | to ln commadn for the libcurses.so symlink creation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added vsscanf patchGerard Beekmans2003-05-131-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's ncurses patchGerard Beekmans2003-05-131-2/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* && should have been a \Gerard Beekmans2003-05-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* More from Zack: Ncurses symlinks fixes, procps removal of XSCPT=, ↵Timothy Bauscher2003-05-111-4/+4
| | | | | | --without-debug for ncurses. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* etip patch filename fixGerard Beekmans2003-05-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2531 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Integrated Pure LFS - Phase 1Gerard Beekmans2003-05-021-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix typo'sGerard Beekmans2003-02-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2416 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* QA Part #1Gerard Beekmans2003-01-271-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2403 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Converted ncurses to new layout.Timothy Bauscher2003-01-161-7/+28
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2349 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* o Upgraded to automake-1.7.1, modutils-2.4.21, man-pages-1.53,Timothy Bauscher2002-10-221-8/+3
| | | | | | | | | | | | kbd-1.08, util-linux-2.11w, autoconf-2.54, e2fsprogs-1.29, groff-1.18.1, psmisc-21.2, less-378, procps-3.0.4, make-3.80, ncurses-5.3. o Added libtool-1.4.2.patch o Added findutils-4.1-segfault.patch o Replaced mkdir ... with cp -HR. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2195 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed the 'superfluous *.so symlinks' again.Gerard Beekmans2002-09-141-4/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed all superfluous /usr/lib/*.so symbolic links from libraryGerard Beekmans2002-09-121-6/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed ln -sf to ln -s where possible, cp libiberty.h after binutils ↵Timothy Bauscher2002-08-181-6/+6
| | | | | | install, remove groups program from Shadow, re-added the sh-utils-2.0.patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2061 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed --disable-termcap from ncurses installation, it's disabled by ↵Gerard Beekmans2002-08-081-2/+1
| | | | | | default now git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix bug #316 - replace sed's with patches. Done for c5-fileutils, c6-glibc, ↵Gerard Beekmans2002-05-301-0/+4
| | | | | | c6-gawk and c6-ed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1947 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* upgraded to ncurses-5.2-2.patchGerard Beekmans2002-05-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgraded to: automake-1.6.1, bin86-0.16.3, file-3.38, gawk-3.1.1, gcc-3.1, ↵Gerard Beekmans2002-05-271-1/+2
| | | | | | gettext-0.11.2, modutils-2.4.16, psmisc-21 and util-linux-2.11r. Added gcc-3.1 compile fix patches for ncurses, perl and vim git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix bugs #335 and #342 plus various touch ups, layout fixed (line wrapping ↵Gerard Beekmans2002-05-021-11/+9
| | | | | | mostly) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 164] XML Tidy upMark Hymers2001-10-271-14/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix typoMark Hymers2001-08-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1036 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 126] linked ALL dynamic librariesMark Hymers2001-08-251-1/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1035 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 126] add ncurses.so symlink in /usr/libMark Hymers2001-08-251-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1032 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 126] Move static libraries to /usr/libMark Hymers2001-08-251-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1024 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 127] Clean up ln, mv and cp commandsMark Hymers2001-08-231-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo fixedMark Hymers2001-08-211-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1003 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed my stupid typosMark Hymers2001-08-171-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* move static libs and create symlinkMark Hymers2001-08-171-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* ncurses patch removedMark Hymers2001-08-151-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@976 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* new ncurses-5.2 patch updateMark Hymers2001-07-251-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* XML changesMark Hymers2001-07-221-9/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed literallayout's to screen'sGerard Beekmans2001-07-101-9/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated patch command for use with the new patchGerard Beekmans2001-06-291-4/+2
| | | | | | | | the /lib/libcurses.a symlink is created automatically with this new official ncurses patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@736 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to current versionsGerard Beekmans2001-06-201-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed blank lines after <literallayout> and before </literallayout>Simon Perreault2001-04-161-2/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial XML commitGerard Beekmans2001-02-151-0/+21
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689