Changeset c806e36 for BOOK/final-system/common
- Timestamp:
- Mar 11, 2014, 9:57:11 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bd38dd3
- Parents:
- e1e9868
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/readline.xml
re1e9868 rc806e36 45 45 <para os="f">Install the package:</para> 46 46 47 <screen os="g"><userinput>make install</userinput></screen>47 <screen os="g"><userinput>make htmldir=/usr/share/doc/readline install</userinput></screen> 48 48 49 <para os="h"> Install the documentation:</para>49 <para os="h">Now move the static libraries to a more appropriate location:</para> 50 50 51 <screen os="i"><userinput>m ake install-doc</userinput></screen>51 <screen os="i"><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen> 52 52 53 <para os="j">N ow move the static libraries to a more appropriate location:</para>53 <para os="j">Next, relink the dynamic libraries into <filename class="directory">/usr/lib</filename> and remove the <filename class="extension">.so</filename> files in <filename class="directory">/lib</filename>.</para> 54 54 55 <screen os="k"><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen> 56 57 <para os="l">Next, relink the dynamic libraries into <filename class="directory">/usr/lib</filename> and remove the <filename class="extension">.so</filename> files in <filename class="directory">/lib</filename>.</para> 58 59 <screen os="m"><userinput> 55 <screen os="k"><userinput> 60 56 ln -svf ../../lib/$(readlink /lib/libreadline.so) /usr/lib/libreadline.so 61 57 ln -svf ../../lib/$(readlink /lib/libhistory.so) /usr/lib/libhistory.so
Note:
See TracChangeset
for help on using the changeset viewer.