Changeset 870ba41 for BOOK/final-system/common
- Timestamp:
- Feb 19, 2016, 8:08:19 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- 24d655d
- Parents:
- c0c70554
- git-author:
- Chris Staub <chris@…> (02/19/16 19:52:44)
- git-committer:
- Chris Staub <chris@…> (02/19/16 20:08:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/ncurses.xml
rc0c70554 r870ba41 92 92 programs to build properly:</para> 93 93 94 <screen os="m"><userinput>for lib in cursesncurses form panel menu ; do94 <screen os="m"><userinput>for lib in ncurses form panel menu ; do 95 95 echo "INPUT(-l${lib}w)" > /usr/lib/lib${lib}.so 96 96 ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a 97 97 done 98 ln -sfv libncursesw.so /usr/lib/libcursesw.so99 ln -sfv libncursesw.a /usr/lib/libcursesw.a100 98 ln -sfv libncurses++w.a /usr/lib/libncurses++.a 101 99 ln -sfv ncursesw6-config /usr/bin/ncurses6-config</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.