Changeset 04c3a53 for BOOK/final-system/common
- Timestamp:
- May 6, 2014, 11:34:45 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0131d1b
- Parents:
- df0177b
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bc.xml
rdf0177b r04c3a53 28 28 29 29 <screen os="b"><userinput>./configure --prefix=/usr --with-readline \ 30 --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen>30 --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen> 31 31 32 32 <para os="c">Compile the package:</para> -
BOOK/final-system/common/mpfr.xml
rdf0177b r04c3a53 33 33 34 34 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \ 35 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \36 ./configure --prefix=/usr --with-gmp=/usr \37 --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen>35 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ 36 ./configure --prefix=/usr --with-gmp=/usr \ 37 --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen> 38 38 39 39 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.