Changeset a88acf4
- Timestamp:
- 08/24/2013 06:18:35 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 73e20ce
- Parents:
- db4eca0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rdb4eca0 ra88acf4 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 3"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2013"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 2 3rd, &year;">9 <!ENTITY releasedate "August 24th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libdbusmenuqt.xml
rdb4eca0 ra88acf4 93 93 cd build && 94 94 cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \ 95 -DCMAKE_BUILD_TYPE=Release \ 95 96 -DWITH_DOC=OFF .. && 96 97 make</userinput></screen> … … 108 109 <sect2 role="commands"> 109 110 <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> 110 115 111 116 <para><option>-DWITH_DOC=OFF</option>: This option is set to avoid building -
general/genlib/qca.xml
rdb4eca0 ra88acf4 59 59 </itemizedlist> 60 60 61 <!--62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>63 <itemizedlist spacing='compact'>64 <listitem>65 <para>Required patch: <ulink66 url="&patch-root;/qca-&qca-version;-fixes-1.patch"/></para>67 </listitem>68 </itemizedlist>69 -->70 61 <bridgehead renderas="sect3">Qca Dependencies</bridgehead> 71 62 … … 89 80 <screen><userinput>sed -i '217s@set@this->set@' src/botantools/botan/botan/secmem.h && 90 81 ./configure --prefix=&qt4-dir; \ 91 --certstore-path=/etc/ssl/ca-bundle.crt && 82 --certstore-path=/etc/ssl/ca-bundle.crt \ 83 --no-separate-debug-info && 92 84 make</userinput></screen> 93 85 … … 104 96 105 97 <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 with107 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> 108 100 109 <para>< parameter>--certstore-path=/etc/ssl/ca-bundle.crt</parameter>: Causes101 <para><option>--certstore-path=/etc/ssl/ca-bundle.crt</option>: Causes 110 102 the build to use the system-installed CA Certificates instead of a bundled 111 103 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> 112 107 113 108 </sect2> … … 122 117 123 118 <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> 127 122 </seglistitem> 128 123 </segmentedlist> 129 <!-- 124 130 125 <variablelist> 131 126 <bridgehead renderas="sect3">Short Descriptions</bridgehead> … … 133 128 <?dbhtml list-presentation="table"?> 134 129 135 <varlistentry id=" a-automoc4">136 <term><command> automoc4</command></term>130 <varlistentry id="qcatool2"> 131 <term><command>qcatool2</command></term> 137 132 <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> 141 147 </indexterm> 142 148 </listitem> … … 144 150 145 151 </variablelist> 146 --> 152 147 153 </sect2> 148 154 -
general/genlib/qjson.xml
rdb4eca0 ra88acf4 109 109 <screen role="root"><userinput>make install</userinput></screen> 110 110 </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> 111 120 112 121 <sect2 role="content"> -
introduction/welcome/changelog.xml
rdb4eca0 ra88acf4 45 45 --> 46 46 <listitem> 47 <para>August 23nd, 2013</para> 47 <para>August 24th, 2013</para> 48 <itemizedlist> 49 <listitem> 50 <para>[rthomsen] - Add <option>--no-separate-debug-info</option> 51 switch to Qca instructions.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 57 <para>August 23rd, 2013</para> 48 58 <itemizedlist> 49 59 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.