- Timestamp:
- 02/01/2007 08:36:42 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.2, 6.2.0, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 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, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 64d92a80
- Parents:
- ddaaa82
- Location:
- kde/devel
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/devel/kdebindings.xml
rddaaa82 rd33b066 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 7 <!-- Inserted as a reminder to do this. The mention of a test suite8 is usually right before the root user installation commands. Please9 delete these 12 (including one blank) lines after you are done.-->10 11 <!-- Use one of the two mentions below about a test suite,12 delete the line that is not applicable. Of course, if the13 test suite uses syntax other than "make check", revise the14 line to reflect the actual syntax to run the test suite -->15 16 <!-- <para>This package does not come with a test suite.</para> -->17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->18 19 6 <!ENTITY kdebindings-download-http "&kde-download-http;/kdebindings-&kde-version;.tar.bz2"> 20 7 <!ENTITY kdebindings-download-ftp "&kde-download-ftp;/kdebindings-&kde-version;.tar.bz2"> 21 <!ENTITY kdebindings-md5sum " cb26ce2e4efc35ca2c9c7a47807d679a">8 <!ENTITY kdebindings-md5sum "d26b5f54f062b765a949d66657c2ab3c"> 22 9 <!ENTITY kdebindings-size "5.2 MB"> 23 <!ENTITY kdebindings-buildsize "4 53MB">24 <!ENTITY kdebindings-time " 75SBU">10 <!ENTITY kdebindings-buildsize "407 MB"> 11 <!ENTITY kdebindings-time "18.1 SBU"> 25 12 ]> 26 13 … … 107 94 <para>Install <application>kdebindings</application> with:</para> 108 95 109 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 96 <screen><userinput>sed -i -e '/configure.*pyqt/s/-c//' \ 97 -e '/configure.*pykde/s/-c/-i/' python/Makefile.in 98 ./configure --prefix=&kde-dir; --disable-debug \ 110 99 --disable-dependency-tracking && 111 100 make</userinput></screen> 101 102 <para>This package does not come with a test suite.</para> 112 103 113 104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 114 105 115 106 <screen role="root"><userinput>make install</userinput></screen> 107 108 </sect2> 109 110 <sect2 role="commands"> 111 <title>Command Explanations</title> 112 113 <para><command>sed -i -e '/configure.*pyqt/s/-c//' -e 114 '/configure.*pykde/s/-c/-i/' python/Makefile.in </command>: Remove a switch 115 that causes concatenation of multiple files for compilation. This fix 116 reduces build time by a factor of five.</para> 116 117 117 118 </sect2> -
kde/devel/kdesdk.xml
rddaaa82 rd33b066 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 7 <!-- Inserted as a reminder to do this. The mention of a test suite8 is usually right before the root user installation commands. Please9 delete these 12 (including one blank) lines after you are done.-->10 11 <!-- Use one of the two mentions below about a test suite,12 delete the line that is not applicable. Of course, if the13 test suite uses syntax other than "make check", revise the14 line to reflect the actual syntax to run the test suite -->15 16 <!-- <para>This package does not come with a test suite.</para> -->17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->18 19 6 <!ENTITY kdesdk-download-http "&kde-download-http;/kdesdk-&kde-version;.tar.bz2"> 20 7 <!ENTITY kdesdk-download-ftp "&kde-download-ftp;/kdesdk-&kde-version;.tar.bz2"> 21 <!ENTITY kdesdk-md5sum " 0047e87532930a390d7a1826fd8cdaf5">22 <!ENTITY kdesdk-size "4. 7MB">23 <!ENTITY kdesdk-buildsize "1 09MB">24 <!ENTITY kdesdk-time "6. 4SBU">8 <!ENTITY kdesdk-md5sum "1462e1a884fdaa070ed493c10a336728"> 9 <!ENTITY kdesdk-size "4.8 MB"> 10 <!ENTITY kdesdk-buildsize "110 MB"> 11 <!ENTITY kdesdk-time "6.7 SBU"> 25 12 ]> 26 13 … … 76 63 77 64 <bridgehead renderas="sect4">Recommended</bridgehead> 78 <para role="recommended"><xref linkend="libjpeg"/> and 79 <xref linkend="libxml2"/></para> 65 <para role="recommended"> 66 <xref linkend="libjpeg"/>, 67 <xref linkend="subversion"/>, and 68 <xref linkend="libxml2"/></para> 80 69 <!-- <xref linkend="db"/> --> 81 70 … … 93 82 --disable-dependency-tracking && 94 83 make</userinput></screen> 84 85 <para>This package does not come with a test suite.</para> 95 86 96 87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -
kde/devel/kdevelop.xml
rddaaa82 rd33b066 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 7 <!-- Inserted as a reminder to do this. The mention of a test suite8 is usually right before the root user installation commands. Please9 delete these 12 (including one blank) lines after you are done.-->10 11 <!-- Use one of the two mentions below about a test suite,12 delete the line that is not applicable. Of course, if the13 test suite uses syntax other than "make check", revise the14 line to reflect the actual syntax to run the test suite -->15 16 <!-- <para>This package does not come with a test suite.</para> -->17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->18 19 6 <!ENTITY kdevelop-download-http "&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2"> 20 7 <!ENTITY kdevelop-download-ftp "&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2"> 21 <!ENTITY kdevelop-md5sum " 494c9320a5f8681b67a3a06fa0ce18b7">8 <!ENTITY kdevelop-md5sum "0de7c7d82c176456f2adff48981f5d40"> 22 9 <!ENTITY kdevelop-size "7.8 MB"> 23 <!ENTITY kdevelop-buildsize "17 8 MB (additional 21MB for API docs)">24 <!ENTITY kdevelop-time "1 2.9 SBU (additional 1.2 SBU for API docs)">10 <!ENTITY kdevelop-buildsize "179 MB (additional 8 MB for API docs)"> 11 <!ENTITY kdevelop-time "14.1 SBU (additional 0.2 SBU for API docs)"> 25 12 ]> 26 13 … … 74 61 75 62 <bridgehead renderas="sect4">Recommended</bridgehead> 76 <para role="recommended"><xref linkend="libjpeg"/> and 77 <xref linkend="libxml2"/></para> 63 <para role="recommended"><xref linkend="libjpeg"/>, 64 <xref linkend="libxml2"/>, and the apidox from <xref linkend="kdelibs"/> 65 (if building API documentation).</para> 78 66 79 67 <bridgehead renderas="sect4">Optional</bridgehead> … … 93 81 <para>Install <application>kdevelop</application> with:</para> 94 82 95 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 83 <screen><userinput>sed -i -e 's/ kdevutil$//' buildtools/lib/widgets/Makefile.in && 84 ./configure --prefix=&kde-dir; --disable-debug \ 96 85 --disable-dependency-tracking && 97 86 make</userinput></screen> … … 99 88 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 100 89 href="../../xincludes/kde-apidocs.xml"/> 90 91 <para>This package does not come with a test suite.</para> 101 92 102 93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> … … 113 104 <sect2 role="commands"> 114 105 <title>Command Explanations</title> 106 107 <para><command>sed -i -e 's/ kdevutil$//' 108 buildtools/lib/widgets/Makefile.in</command>: Remove a duplicate entry on a 109 line in the <filename>Makefile</filename> that causes the build of the API 110 documentation to fail.</para> 115 111 116 112 <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If -
kde/devel/kdewebdev.xml
rddaaa82 rd33b066 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 7 <!-- Inserted as a reminder to do this. The mention of a test suite8 is usually right before the root user installation commands. Please9 delete these 12 (including one blank) lines after you are done.-->10 11 <!-- Use one of the two mentions below about a test suite,12 delete the line that is not applicable. Of course, if the13 test suite uses syntax other than "make check", revise the14 line to reflect the actual syntax to run the test suite -->15 16 <!-- <para>This package does not come with a test suite.</para> -->17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->18 19 6 <!ENTITY kdewebdev-download-http "&kde-download-http;/kdewebdev-&kde-version;.tar.bz2"> 20 7 <!ENTITY kdewebdev-download-ftp "&kde-download-ftp;/kdewebdev-&kde-version;.tar.bz2"> 21 <!ENTITY kdewebdev-md5sum " ddd2ded8178f7c4d094d73e95075e7fb">22 <!ENTITY kdewebdev-size " 5.7MB">23 <!ENTITY kdewebdev-buildsize "10 2MB">24 <!ENTITY kdewebdev-time "5. 8SBU">8 <!ENTITY kdewebdev-md5sum "fa1fc2d7c81465c7e1762014a892ced3"> 9 <!ENTITY kdewebdev-size "7.8 MB"> 10 <!ENTITY kdewebdev-buildsize "103 MB"> 11 <!ENTITY kdewebdev-time "5.6 SBU"> 25 12 ]> 26 13 … … 93 80 make</userinput></screen> 94 81 82 <para>This package does not come with a test suite.</para> 83 95 84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 96 85
Note:
See TracChangeset
for help on using the changeset viewer.