Changeset c4d96918
- Timestamp:
- 01/24/2019 06:30:47 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 25997c4a
- Parents:
- 52f590c6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/asciidoc.xml
r52f590c6 rc4d96918 61 61 <bridgehead renderas="sect3">Asciidoc Dependencies</bridgehead> 62 62 63 <bridgehead renderas="sect4"> Optional</bridgehead>64 <para role=" optional">65 <xref linkend="python2"/>63 <bridgehead renderas="sect4">Required (Run time)</bridgehead> 64 <para role="required"> 65 <xref role="runtime" linkend="python2"/> 66 66 </para> 67 67 -
introduction/welcome/changelog.xml
r52f590c6 rc4d96918 45 45 <para>January 24th, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update volume_key dependencies and instructions, 49 to avoid using Python 2.</para> 50 </listitem> 51 <listitem> 52 <para>[pierre] - Update Asciidoc dependencies; Python 2 is required 53 at runtime.</para> 54 </listitem> 47 55 <listitem> 48 56 <para>[renodr] - Update to NSS-3.41.1. Fixes -
postlfs/security/volume_key.xml
r52f590c6 rc4d96918 78 78 <xref linkend="cryptsetup"/>, 79 79 <xref linkend="glib2"/>, 80 <xref linkend="gpgme"/>, 81 <xref linkend="nss"/>, 82 <xref linkend="python2"/>, and 80 <xref linkend="gpgme"/>, and 81 <xref linkend="nss"/> 82 </para> 83 84 <bridgehead renderas="sect4">Recommended</bridgehead> 85 <para role="recommended"> 83 86 <xref linkend="swig"/> 87 </para> 88 89 <bridgehead renderas="sect4">Optional</bridgehead> 90 <para role="optional"> 91 <xref linkend="python2"/> 84 92 </para> 85 93 … … 103 111 </note> 104 112 105 <screen><userinput>autoreconf -fiv && 106 ./configure --prefix=/usr && 113 <screen><userinput>autoreconf -fiv && 114 ./configure --prefix=/usr \ 115 --without-python && 107 116 make</userinput></screen> 108 117 … … 119 128 </sect2> 120 129 130 <sect2 role="commands"> 131 <title>Command Explanations</title> 132 133 <para> 134 <parameter>--without-python</parameter>: This parameter prevents building 135 the <application>Python 2</application> bindings, if <xref 136 linkend="python2"/> is installed. 137 </para> 138 139 <para> 140 <option>--without-python3</option>: Use this option if you do not want 141 to build the <application>Python 3</application> bindings. In this case, 142 <xref linkend="swig"/> is not needed. 143 </para> 144 145 </sect2> 121 146 <sect2 role="content"> 122 147 <title>Contents</title>
Note:
See TracChangeset
for help on using the changeset viewer.