Changeset 5159bc2
- Timestamp:
- 06/14/2016 08:08:06 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 39fdfae4
- Parents:
- 6c322a4
- Location:
- x/installing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/libxcb.xml
r6c322a4 r5159bc2 59 59 </itemizedlist> 60 60 61 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 62 <itemizedlist spacing="compact"> 63 <listitem> 64 <para> 65 Required patch (for Python 3): <ulink 66 url="&patch-root;/libxcb-&libxcb-version;-python3-1.patch"/> 67 </para> 68 </listitem> 69 </itemizedlist> 70 61 71 <bridgehead renderas="sect3">libxcb Dependencies</bridgehead> 62 72 63 73 <bridgehead renderas="sect4">Required</bridgehead> 64 74 <para role="required"> 65 <xref linkend="libXau"/>, 66 <xref linkend="python2"/>, and 75 <xref linkend="libXau"/> and 67 76 <xref linkend="xcb-proto"/> 68 77 </para> … … 87 96 <sect2 role="installation"> 88 97 <title>Installation of libxcb</title> 98 99 <para> 100 If building with Python 3, issue the following command: 101 </para> 102 103 <screen><userinput>patch -Np1 -i ../libxcb-&libxcb-version;-python3-1.patch</userinput></screen> 89 104 90 105 <para>Install <application>libxcb</application> by running the following -
x/installing/xcb-proto.xml
r6c322a4 r5159bc2 62 62 <listitem> 63 63 <para> 64 Required patch (for Python 3): <ulink 65 url="&patch-root;/xcb-proto-&xcb-proto-version;-python3-1.patch"/> 66 </para> 67 </listitem> 68 <listitem> 69 <para> 64 70 Recommended patch: 65 71 <ulink url="&patch-root;/xcb-proto-&xcb-proto-version;-schema-1.patch"/> … … 93 99 94 100 <screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-schema-1.patch</userinput></screen> 101 102 <para> 103 If building with Python 3, issue the following command: 104 </para> 105 106 <screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-python3-1.patch</userinput></screen> 95 107 96 108 <para>Install <application>xcb-proto</application> by running the following
Note:
See TracChangeset
for help on using the changeset viewer.