mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Replace check by test in Graphite2-1.2.4, thanks Wayne B. Fix qt4-dir to the new value /opt/qt in general.ent, thanks Christopher.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12901 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
04bf697be2
commit
0b6cb75c35
@ -580,7 +580,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY xulrunner-version "28.0">
|
||||
|
||||
<!ENTITY gtk2-libdir "2.0/2.10.0">
|
||||
<!ENTITY qt4-dir "$QTDIR">
|
||||
<!ENTITY qt4-dir "$QT4DIR">
|
||||
|
||||
<!-- Chapter 26 -->
|
||||
<!ENTITY fluxbox-version "1.3.5">
|
||||
|
@ -92,7 +92,7 @@
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DWITH_DOC=OFF .. &&
|
||||
make</userinput></screen>
|
||||
|
||||
|
@ -133,7 +133,7 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
To test the results, issue: <command>make test</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user