Changeset 54739fef
- Timestamp:
- 01/21/2019 05:19:17 PM (6 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- d3c9936
- Parents:
- 6ff35e9
- Location:
- chapter06
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/readline.xml
r6ff35e9 r54739fef 77 77 <para>Install the package:</para> 78 78 79 <screen><userinput remap="install">make SHLIB_LIBS="-L/tools/lib -lncurses " install</userinput></screen>79 <screen><userinput remap="install">make SHLIB_LIBS="-L/tools/lib -lncursesw" install</userinput></screen> 80 80 81 81 <para>Now move the dynamic libraries to a more appropriate location -
chapter06/sysvinit.xml
r6ff35e9 r54739fef 75 75 <para>Compile the package:</para> 76 76 77 <screen><userinput remap="make">make -C src</userinput></screen>77 <screen><userinput remap="make">make</userinput></screen> 78 78 79 79 <para>This package does not come with a test suite.</para> … … 81 81 <para>Install the package:</para> 82 82 83 <screen><userinput remap="install">make -C srcinstall</userinput></screen>83 <screen><userinput remap="install">make install</userinput></screen> 84 84 85 85 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.