Changeset c4d96918 for postlfs/security/volume_key.xml
- Timestamp:
- 01/24/2019 06:30:47 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.4, 9.0, 9.1, bdubbs/svn, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 25997c4
- Parents:
- 52f590c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.