Changeset 0cf3733
- Timestamp:
- 09/15/2019 06:57:21 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, 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:
- ae39488
- Parents:
- 0ec2262
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/markupsafe.xml
r0ec2262 r0cf3733 73 73 <sect3 role="installation"> 74 74 <title>Installation of MarkupSafe</title> 75 <!-- Editors note: Use - -root= instead of DESTDIR= when updating. --> 75 76 <note> 77 <para> 78 Both <application>Python 2</application> and 79 <application>Python 3</application> modules can 80 be built and installed without any conflicts. 81 </para> 82 </note> 76 83 77 84 <para> 78 To build the module, run the following command:85 To build both Python 2 and Python 3 modules, run the following commands: 79 86 </para> 80 87 81 <screen><userinput>python3 setup.py build</userinput></screen> 88 <screen><userinput>python2 setup.py build && 89 python3 setup.py build</userinput></screen> 82 90 83 91 <para> 84 To install the module, run the following commandas the92 To install both modules, run the following commands as the 85 93 <systemitem class="username">root</systemitem> user: 86 94 </para> 87 95 88 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen> 96 <!-- Editors note: Use - -root= instead of DESTDIR= when updating. --> 97 <screen role="root"><userinput>python2 setup.py install --optimize=1 && 98 python3 setup.py install --optimize=1</userinput></screen> 89 99 90 100 </sect3> -
x/lib/qtwebengine.xml
r0ec2262 r0cf3733 129 129 <xref linkend="pulseaudio"/> (or both), 130 130 <xref linkend="ffmpeg"/>, 131 <xref linkend="Jinja2"/> (Python 2 module), 131 132 <xref linkend="icu"/>, 132 133 <xref linkend="libwebp"/>,
Note:
See TracChangeset
for help on using the changeset viewer.