Changeset 03e6a40 for BOOK/final-system/common/readline.xml
- Timestamp:
- Apr 20, 2014, 8:57:39 AM (12 years ago)
- Children:
- 0be79ea
- Parents:
- 88ef769 (diff), 578ca586 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
BOOK/final-system/common/readline.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/readline.xml
r88ef769 r03e6a40 43 43 <para os="f">Install the package:</para> 44 44 45 <screen os="g"><userinput>make install</userinput></screen>45 <screen os="g"><userinput>make htmldir=/usr/share/doc/readline-&readline-version; install</userinput></screen> 46 46 47 <para os="h"> Install the documentation:</para>47 <para os="h">Now move the static libraries to a more appropriate location:</para> 48 48 49 <screen os="i"><userinput>m ake install-doc</userinput></screen>49 <screen os="i"><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen> 50 50 51 <para os="j">N ow move the static libraries to a more appropriate location:</para>51 <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> 52 52 53 <screen os="k"><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen> 54 55 <para os="l">Next, remove the <filename class="extension">.so</filename> 56 files in <filename class="directory">/lib</filename> and relink them into 57 <filename class="directory">/usr/lib</filename>.</para> 58 59 <screen os="m"><userinput>rm -v /lib/lib{readline,history}.so 60 ln -svf ../../lib/libreadline.so.&readline-version2; /usr/lib/libreadline.so 61 ln -svf ../../lib/libhistory.so.&readline-version2; /usr/lib/libhistory.so</userinput></screen> 53 <screen os="k"><userinput>ln -svf ../../lib/$(readlink /lib/libreadline.so) /usr/lib/libreadline.so 54 ln -svf ../../lib/$(readlink /lib/libhistory.so) /usr/lib/libhistory.so 55 rm -v /lib/lib{readline,history}.so</userinput></screen> 62 56 63 57 </sect2> … … 72 66 <seglistitem> 73 67 <seg>libhistory.[a,so], and libreadline.[a,so]</seg> 74 <seg>/usr/include/readline, /usr/share/ readline</seg>68 <seg>/usr/include/readline, /usr/share/doc/readline-&readline-version;, /usr/share/readline</seg> 75 69 </seglistitem> 76 70 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.
