Changeset 2c62b69
- Timestamp:
- 02/05/2005 04:18:00 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 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:
- 4ea1644
- Parents:
- 12fc0f7
- Location:
- kde/add
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/add/kdevelop.xml
r12fc0f7 r2c62b69 15 15 <sect1 id="kdevelop"> 16 16 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 19 </sect1info> 20 20 21 <?dbhtml filename="kdevelop.html"?> 21 22 <title><application>kdevelop</application>-&kdevelop-version;</title> 23 24 <indexterm zone="kdevelop"> 25 <primary sortas="a-kdevelop">kdevelop</primary> 26 </indexterm> 22 27 23 28 <sect2> … … 25 30 26 31 <sect3><title>Package information</title> 27 <itemizedlist spacing='compact'> 28 <listitem><para>Download (HTTP): <ulink 29 url="&kdevelop-download-http;"/></para></listitem> 30 <listitem><para>Download (FTP): <ulink 31 url="&kdevelop-download-ftp;"/></para></listitem> 32 <listitem><para>Download MD5 sum: &kdevelop-md5sum;</para></listitem> 33 <listitem><para>Download size: &kdevelop-size;</para></listitem> 34 <listitem><para>Estimated disk space required: 35 &kdevelop-buildsize;</para></listitem> 36 <listitem><para>Estimated build time: 37 &kdevelop-time;</para></listitem></itemizedlist> 32 <itemizedlist spacing='compact'> 33 <listitem><para>Download (HTTP): <ulink url="&kdevelop-download-http;"/></para></listitem> 34 <listitem><para>Download (FTP): <ulink url="&kdevelop-download-ftp;"/></para></listitem> 35 <listitem><para>Download MD5 sum: &kdevelop-md5sum;</para></listitem> 36 <listitem><para>Download size: &kdevelop-size;</para></listitem> 37 <listitem><para>Estimated disk space required: &kdevelop-buildsize;</para></listitem> 38 <listitem><para>Estimated build time: &kdevelop-time;</para></listitem> 39 </itemizedlist> 38 40 </sect3> 39 41 40 <sect3><title><application>kdevelop</application> dependencies</title> 42 <sect3> 43 <title><application>kdevelop</application> dependencies</title> 44 41 45 <sect4><title>Required</title> 42 <para><xref linkend="kdebase"/></para>46 <para><xref linkend="kdebase"/></para> 43 47 </sect4> 44 48 45 49 <sect4><title>Recommended</title> 46 <para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para>50 <para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para> 47 51 </sect4> 48 52 49 <sect4><title>Optional</title> 50 <para><xref linkend="python"/>, 51 <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>, 52 <ulink url="http://www.graphviz.org/">GraphViz</ulink> 53 and <xref linkend="doxygen"/></para> 53 <sect4> 54 <title>Optional</title> 55 <para><xref linkend="python"/>, 56 <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>, 57 <ulink url="http://www.graphviz.org/">GraphViz</ulink>, and 58 <xref linkend="doxygen"/> 59 </para> 54 60 </sect4> 55 61 </sect3> … … 64 70 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 65 71 --disable-dependency-tracking && 66 make && 67 make install && 72 make</command></userinput></screen> 73 74 <note> 75 <para>If you wish to create the <acronym>API</acronym> documentation and 76 you have <application>Doxygen</application> and <application>GraphViz</application> 77 installed, <command>make apidox</command> must be done before <command>make 78 install</command>. You'll also need to run <command>make install-apidox</command> 79 to install the API documentation.</para> 80 </note> 81 82 <para>Now, as the root user:</para> 83 84 <screen><userinput role='root'><command>make install && 68 85 chown -R root:root &kde-dir;/kdevbdb</command></userinput></screen> 69 70 <note><para>If you wish to create the <acronym>API</acronym> documentation and71 you have <application>Doxygen</application> and72 <application>GraphViz</application> installed, <command>make apidox</command>73 must be done before <command>make install</command>. You'll also need to run74 <command>make install-apidox</command> to install the API documentation.</para>75 </note>76 86 77 87 </sect2> … … 80 90 <title>Command explanations</title> 81 91 82 <para><command>chown -R root:root &kde-dir;/kdevbdb</command>: If 83 <application>kdevelop</application> is built by any user other than root, 84 the installed <application>Berkeley-DB</application> files will have incorrect 85 ownership. This command changes the ownership to root:root.</para> 92 <para><command>chown -R root:root &kde-dir;/kdevbdb</command>: 93 If <application>kdevelop</application> is built by any user other than root, 94 the installed <application>Berkeley-DB</application> files will have incorrect 95 ownership. This command changes the ownership to root:root. 96 </para> 86 97 87 98 </sect2> … … 90 101 <title>Contents</title> 91 102 92 <para>The <application>kdevelop</application> package provides 93 <command>kdevelop-htdig</command>, 94 <command>r++</command>, 95 <command>kdevelop</command>, 96 <command>kdevassistant</command> and 97 <command>kdevdesigner</command>.</para> 103 <segmentedlist> 104 <segtitle>Installed Programs</segtitle> 105 106 <seglistitem> 107 <seg>kdevelop and supporting programs</seg> 108 </seglistitem> 109 </segmentedlist> 110 111 <variablelist> 112 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 113 <?dbfo list-presentation="list"?> 98 114 115 116 <varlistentry id="kdevelop-prog"> 117 <term><command>kdevelop</command></term> 118 <listitem> 119 <para>is an Integrated Development Environment to be used for a wide 120 variety of programming tasks in many programming languages.</para> 121 <indexterm zone="kdevelop kdevelop-prog"> 122 <primary sortas="b-kdevelop">Kdevelop</primary> 123 </indexterm> 124 </listitem> 125 </varlistentry> 126 127 </variablelist> 99 128 </sect2> 100 101 <sect2><title>Description</title>102 103 <sect3><title>kdevelop</title>104 <para><command>kdevelop</command> is an Integrated Development105 Environment to be used for a wide variety of programming106 tasks in many programming languages.</para></sect3>107 108 </sect2>109 110 129 </sect1> -
kde/add/kdewebdev.xml
r12fc0f7 r2c62b69 14 14 15 15 <sect1 id="kdewebdev"> 16 16 17 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>18 <othername>$LastChangedBy$</othername> 19 <date>$Date$</date> 19 20 </sect1info> 21 20 22 <?dbhtml filename="kdewebdev.html"?> 21 23 <title><application>kdewebdev</application>-&kde-version;</title> 24 25 <indexterm zone="kdewebdev"> 26 <primary sortas="a-kdewebdev">kdewebdev</primary> 27 </indexterm> 28 22 29 23 30 <sect2> 24 31 <title>Introduction to <application>kdewebdev</application></title> 25 32 26 <sect3><title>Package information</title> 27 <itemizedlist spacing='compact'> 28 <listitem><para>Download (HTTP): <ulink 29 url="&kdewebdev-download-http;"/></para></listitem> 30 <listitem><para>Download (FTP): <ulink 31 url="&kdewebdev-download-ftp;"/></para></listitem> 32 <listitem><para>Download MD5 sum: &kdewebdev-md5sum;</para></listitem> 33 <listitem><para>Download size: &kdewebdev-size;</para></listitem> 34 <listitem><para>Estimated disk space required: 35 &kdewebdev-buildsize;</para></listitem> 36 <listitem><para>Estimated build time: 37 &kdewebdev-time;</para></listitem></itemizedlist> 33 <sect3> 34 <title>Package information</title> 35 <itemizedlist spacing='compact'> 36 <listitem><para>Download (HTTP): <ulink url="&kdewebdev-download-http;"/></para></listitem> 37 <listitem><para>Download (FTP): <ulink url="&kdewebdev-download-ftp;"/></para></listitem> 38 <listitem><para>Download MD5 sum: &kdewebdev-md5sum;</para></listitem> 39 <listitem><para>Download size: &kdewebdev-size;</para></listitem> 40 <listitem><para>Estimated disk space required: &kdewebdev-buildsize;</para></listitem> 41 <listitem><para>Estimated build time: &kdewebdev-time;</para></listitem> 42 </itemizedlist> 38 43 </sect3> 39 44 40 <sect3><title><application>kdewebdev</application> dependencies</title> 41 <sect4><title>Required</title> 42 <para><xref linkend="kdebase"/></para> 45 <sect3> 46 <title><application>kdewebdev</application> dependencies</title> 47 48 <sect4> 49 <title>Required</title> 50 <para><xref linkend="kdebase"/></para> 43 51 </sect4> 44 52 45 <sect4><title>Recommended</title> 46 <para><xref linkend="libjpeg"/>, 47 <xref linkend="libxml2"/> and 48 <xref linkend="libxslt"/></para> 53 <sect4> 54 <title>Recommended</title> 55 <para><xref linkend="libjpeg"/>, 56 <xref linkend="libxml2"/> and 57 <xref linkend="libxslt"/> 58 </para> 49 59 </sect4> 50 60 </sect3> … … 59 69 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 60 70 --disable-dependency-tracking && 61 make && 62 make install</command></userinput></screen> 71 make</command></userinput></screen> 72 73 <para>Now, as the root user:</para> 74 75 <screen><userinput role='root'><command>make install</command></userinput></screen> 63 76 64 77 </sect2> … … 67 80 <title>Contents</title> 68 81 69 <para>Major programs in <application>kdewebdev</application> include 70 <command>kxsldbg</command> and <command>quanta</command>.</para> 82 <segmentedlist> 83 <segtitle>Installed Programs</segtitle> 84 85 <seglistitem> 86 <seg>kxsldbg, quanta</seg> 87 </seglistitem> 88 </segmentedlist> 89 90 <variablelist> 91 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 92 <?dbfo list-presentation="list"?> 71 93 94 <varlistentry id="kxsldbg"> 95 <term><command>kxsldbg</command></term> 96 <listitem> 97 <para>is a <acronym>GUI</acronym> front-end to <command>xsldbg</command>, 98 the <acronym>XSLT</acronym> debugger.</para> 99 <indexterm zone="kdewebdev kxsldbg"> 100 <primary sortas="b-kxsldbg">Kxsldbg</primary> 101 </indexterm> 102 </listitem> 103 </varlistentry> 104 105 <varlistentry id="quanta"> 106 <term><command>quanta</command></term> 107 <listitem> 108 <para>is a web development tool that strives to be neutral and transparent 109 to all markup languages, while supporting popular web-based scripting 110 languages, <acronym>CSS</acronym>, and other emerging <acronym>W3C</acronym> 111 recommendations.</para> 112 <indexterm zone="kdewebdev quanta"> 113 <primary sortas="b-quanta">quanta</primary> 114 </indexterm> 115 </listitem> 116 </varlistentry> 117 118 </variablelist> 72 119 </sect2> 73 74 <sect2><title>Description</title>75 76 <sect3><title>kxsldbg</title>77 <para><command>kxsldbg</command> is a <acronym>GUI</acronym> front-end to78 <command>xsldbg</command>, the <acronym>XSLT</acronym> debugger.</para></sect3>79 80 <sect3><title>quanta</title>81 <para><command>quanta</command> is a web development tool that82 strives to be neutral and transparent to all markup languages, while83 supporting popular web-based scripting languages,84 <acronym>CSS</acronym>, and other emerging <acronym>W3C</acronym>85 recommendations.</para></sect3>86 87 </sect2>88 89 120 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.