Add QJson dependencies.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11152 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ragnar Thomsen 2013-04-23 18:27:51 +00:00
parent f837bd2b26
commit 4df53b44c6
2 changed files with 9 additions and 1 deletions

View File

@ -70,6 +70,14 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">QJson Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="qt"/> and
<xref linkend="cmake"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/qjson"/>
</para>

View File

@ -64,7 +64,7 @@
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
-DSYSCONF_INSTALL_DIR=/etc/kde \
-DCMAKE_BUILD_TYPE=Release \
.. &amp;&amp;
make</userinput></screen>
<para>And as the <systemitem class="username">root</systemitem> user:</para>