Changeset b08c451


Ignore:
Timestamp:
11/04/2021 04:13:28 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
a150e738
Parents:
f08c6def
Message:

Fix instructions for m32/mx32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/readline.xml

    rf08c6def rb08c451  
    122122    <para>Compile the package:</para>
    123123
    124 <screen><userinput remap="make">make</userinput></screen>
     124<screen><userinput remap="make">make SHLIB_LIBS="-lncursesw"</userinput></screen>
    125125
    126126    <para>Install the package:</para>
    127127
    128 <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
     128<screen><userinput remap="install">make SHLIB_LIBS="-lncursesw" DESTDIR=$PWD/DESTDIR install
    129129cp -Rv DESTDIR/usr/lib32/* /usr/lib32
    130130rm -rf DESTDIR</userinput></screen>
     
    153153    <para>Compile the package:</para>
    154154
    155 <screen><userinput remap="make">make</userinput></screen>
     155<screen><userinput remap="make">make SHLIB_LIBS="-lncursesw"</userinput></screen>
    156156
    157157    <para>Install the package:</para>
    158158
    159 <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
     159<screen><userinput remap="install">make SHLIB_LIBS="-lncursesw" DESTDIR=$PWD/DESTDIR install
    160160cp -Rv DESTDIR/usr/libx32/* /usr/libx32
    161161rm -rf DESTDIR</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.