Changeset a88acf4 for general/genlib


Ignore:
Timestamp:
08/24/2013 06:18:35 PM (11 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
73e20ce
Parents:
db4eca0
Message:

Improvements to qca, qjson and libdbusmenu-qt instructions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11688 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/genlib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libdbusmenuqt.xml

    rdb4eca0 ra88acf4  
    9393cd build &amp;&amp;
    9494cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \
     95      -DCMAKE_BUILD_TYPE=Release \
    9596      -DWITH_DOC=OFF .. &amp;&amp;
    9697make</userinput></screen>
     
    108109  <sect2 role="commands">
    109110    <title>Command Explanations</title>
     111
     112    <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to
     113    build without debugging symbols and apply a higher level of compiler
     114    optimizations.</para>
    110115
    111116    <para><option>-DWITH_DOC=OFF</option>: This option is set to avoid building
  • general/genlib/qca.xml

    rdb4eca0 ra88acf4  
    5959    </itemizedlist>
    6060
    61 <!--
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing='compact'>
    64       <listitem>
    65         <para>Required patch: <ulink
    66         url="&patch-root;/qca-&qca-version;-fixes-1.patch"/></para>
    67       </listitem>
    68     </itemizedlist>
    69 -->
    7061    <bridgehead renderas="sect3">Qca Dependencies</bridgehead>
    7162
     
    8980<screen><userinput>sed -i '217s@set@this->set@' src/botantools/botan/botan/secmem.h &amp;&amp;
    9081./configure --prefix=&qt4-dir; \
    91             --certstore-path=/etc/ssl/ca-bundle.crt &amp;&amp;
     82            --certstore-path=/etc/ssl/ca-bundle.crt \
     83            --no-separate-debug-info &amp;&amp;
    9284make</userinput></screen>
    9385
     
    10496
    10597    <para><command>sed -i '217s@set@...</command>: This sed fixes compiling with
    106     <application>GCC</application> 4.7.x. It is safe to omit when compiling with
    107     older <application>GCC</application> versions.</para>
     98    <application>GCC</application> 4.7 and newer. It is safe to omit when compiling
     99    with older <application>GCC</application> versions.</para>
    108100
    109     <para><parameter>--certstore-path=/etc/ssl/ca-bundle.crt</parameter>: Causes
     101    <para><option>--certstore-path=/etc/ssl/ca-bundle.crt</option>: Causes
    110102    the build to use the system-installed CA Certificates instead of a bundled
    111103    copy.</para>
     104 
     105    <para><option>--no-separate-debug-info</option>: Prevents installation
     106    of a separate library and program file with debug information.</para>
    112107
    113108  </sect2>
     
    122117
    123118      <seglistitem>
    124         <seg>qcatool2 and qcatool2.debug</seg>
    125         <seg>libqca.so and libqca.so.&qca-version;.debug</seg>
    126         <seg>&qt4-dir;/include/QtCrypto and &qt4-dir;/share/qca</seg>
     119        <seg>qcatool2</seg>
     120        <seg>libqca.so</seg>
     121        <seg>&qt4-dir;/include/QtCrypto</seg>
    127122      </seglistitem>
    128123    </segmentedlist>
    129 <!--
     124
    130125    <variablelist>
    131126      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     
    133128      <?dbhtml list-presentation="table"?>
    134129
    135       <varlistentry id="a-automoc4">
    136         <term><command>automoc4</command></term>
     130      <varlistentry id="qcatool2">
     131        <term><command>qcatool2</command></term>
    137132        <listitem>
    138           <para>is a testing utility for qca-generated build trees.</para>
    139           <indexterm zone="a-automoc4 automoc4">
    140             <primary sortas="b-automoc4">automoc4</primary>
     133          <para>is a command line tool for performing various cryptographic
     134          operations with Qca.</para>
     135          <indexterm zone="qca qcatool2">
     136            <primary sortas="b-qcatool2">qcatool2</primary>
     137          </indexterm>
     138        </listitem>
     139      </varlistentry>
     140
     141      <varlistentry id="libqca">
     142        <term><filename class='libraryfile'>libqca.so</filename></term>
     143        <listitem>
     144          <para>is the Qt Cryptography Architecture (Qca) library.</para>
     145          <indexterm zone="qca libqca">
     146            <primary sortas="c-libqca">libqca.so</primary>
    141147          </indexterm>
    142148        </listitem>
     
    144150
    145151    </variablelist>
    146 -->
     152
    147153  </sect2>
    148154
  • general/genlib/qjson.xml

    rdb4eca0 ra88acf4  
    109109<screen role="root"><userinput>make install</userinput></screen>
    110110  </sect2>
     111 
     112  <sect2 role="commands">
     113    <title>Command Explanations</title>
     114
     115    <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to
     116    build without debugging symbols and apply a higher level of compiler
     117    optimizations.</para>
     118
     119  </sect2>
    111120
    112121  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.