Changeset 49a0117
- Timestamp:
- 04/17/2014 12:46:39 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 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, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- a2472e1
- Parents:
- 5bdbe458
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/core/kde-runtime.xml
r5bdbe458 r49a0117 57 57 </itemizedlist> 58 58 59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>60 <itemizedlist spacing='compact'>61 <listitem>62 <para>Required patch: <ulink63 url="&patch-root;/kde-runtime-&kde-version;-rpc_fix-1.patch"/></para>64 </listitem>65 </itemizedlist>66 67 59 <bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead> 68 60 69 61 <bridgehead renderas="sect4">Required</bridgehead> 70 62 <para role="required"> 71 <xref linkend="kdelibs"/> and 72 <xref linkend="libtirpc"/> 63 <xref linkend="kdelibs"/> 73 64 </para> 74 65 … … 109 100 commands:</para> 110 101 111 <screen><userinput>patch -Np1 -i ../kde-runtime-&kde-version;-rpc_fix-1.patch && 112 113 mkdir build && 102 <screen><userinput>mkdir build && 114 103 cd build && 115 104 116 105 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \ 117 -DSYSCONF_INSTALL_DIR=/etc \118 -DCMAKE_BUILD_TYPE=Release \106 -DSYSCONF_INSTALL_DIR=/etc \ 107 -DCMAKE_BUILD_TYPE=Release \ 119 108 -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \ 120 109 -Wno-dev .. &&
Note:
See TracChangeset
for help on using the changeset viewer.