Changeset 2643b9b4 for BOOK/final-system/common/zlib.xml
- Timestamp:
- Apr 16, 2011, 5:46:52 PM (14 years ago)
- Children:
- 441840b
- Parents:
- af43a09 (diff), e0ad6ee (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
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/zlib.xml
raf43a09 r2643b9b4 28 28 <para os="a">Prepare Zlib for compilation:</para> 29 29 30 <screen os="b"><userinput>CC="gcc -isystem /usr/include" CXX="g++ -isystem /usr/include" \ 31 LDFLAGS="-Wl,-rpath-link,/lib" ./configure --prefix=/usr</userinput></screen> 30 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \ 31 CXX="g++ -isystem /usr/include" \ 32 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ 33 ./configure --prefix=/usr</userinput></screen> 32 34 33 35 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.