- Timestamp:
- Oct 15, 2013, 1:00:05 PM (11 years ago)
- Branches:
- master
- Children:
- 3c75105
- Parents:
- 59d0399
- git-author:
- Andrew Bradford <andrew@…> (10/14/13 12:13:54)
- git-committer:
- Andrew Bradford <andrew@…> (10/15/13 13:00:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-lib/common/zlib.xml
r59d0399 r9137ee9 33 33 <para os="c">Prepare Zlib for compilation:</para> 34 34 35 <screen os="d"><userinput>./configure -- prefix=/usr --shared</userinput></screen>35 <screen os="d"><userinput>./configure --shared</userinput></screen> 36 36 37 37 <variablelist os="aa"> … … 53 53 <para os="e">Install the package:</para> 54 54 55 <screen os="f"><userinput>make prefix=${CLFS}/usr install</userinput></screen> 56 57 <para os="g">The previous command installed a <filename 58 class="extension">.so</filename> file in <filename 59 class="directory">/usr/lib</filename>. We will move it into 60 <filename class="directory">/lib</filename> and then relink it 61 to <filename class="directory">/usr/lib</filename>:</para> 62 63 <screen os="h"><userinput>mv -v ${CLFS}/usr/lib/libz.so.* ${CLFS}/lib 64 ln -svf ../../lib/libz.so.1 ${CLFS}/usr/lib/libz.so</userinput></screen> 55 <screen os="f"><userinput>make prefix=${CLFS}/cross-tools/sysroot install</userinput></screen> 65 56 66 57 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.