Changeset c573b97 for chapter08/libcap.xml
- Timestamp:
- 04/22/2021 10:58:56 AM (2 years ago)
- Branches:
- xry111/usr-move
- Children:
- 8e65db25
- Parents:
- ac02a08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/libcap.xml
rac02a08 rc573b97 70 70 <screen><userinput remap="test">make test</userinput></screen> 71 71 72 <para>Install the package and make sure the essential libraries are in 72 <para>Install the package:</para> 73 74 <screen><userinput remap="install">make prefix=/usr lib=lib install</userinput></screen> 75 76 <para revision="sysv">Make sure the essential libraries are in 73 77 the correct directory:</para> 74 78 75 <screen><userinput remap="install">make prefix=/usr lib=lib install 76 for libname in cap psx; do 79 <screen revision="sysv"><userinput remap="install">for libname in cap psx; do 77 80 mv -v /usr/lib/lib${libname}.so.* /lib 78 81 ln -sfv ../../lib/lib${libname}.so.2 /usr/lib/lib${libname}.so
Note:
See TracChangeset
for help on using the changeset viewer.