Changeset 4173cd9 for BOOK/final-system/common/zlib.xml
- Timestamp:
- Jan 4, 2009, 12:47:56 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3030099
- Parents:
- 6b70d12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/zlib.xml
r6b70d12 r4173cd9 33 33 <para os="a">Prepare Zlib for compilation:</para> 34 34 35 <screen os="b"><userinput>./configure --prefix=/usr --shared</userinput></screen> 35 <screen os="b"><userinput>CC="gcc -isystem /usr/include" CXX="g++ -isystem /usr/include" \ 36 LDFLAGS="-Wl,-rpath-link,/lib" ./configure --prefix=/usr --shared</userinput></screen> 36 37 37 38 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.