Changeset 1a3dd316 for template/template.xml
- Timestamp:
- 09/26/2004 03:12:40 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, 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:
- 91d67d7
- Parents:
- 621e95c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
template/template.xml
r621e95c r1a3dd316 11 11 <!ENTITY template-download-http "http://"> 12 12 <!ENTITY template-download-ftp "ftp://"> 13 <!ENTITY template-md5sum "MD5 Sum"> 13 14 <!ENTITY template-size "?? MB"> 14 15 <!ENTITY template-buildsize "?? MB"> … … 24 25 <title>template-&template-version;</title> 25 26 26 27 27 <sect2> 28 28 <title>Introduction to <application>template</application></title> … … 34 34 <listitem><para>Download (HTTP): <ulink url="&template-download-http;"/></para></listitem> 35 35 <listitem><para>Download (FTP): <ulink url="&template-download-ftp;"/></para></listitem> 36 <listitem><para>MD5 Sum: &template-md5sum;</para></listitem> 36 37 <listitem><para>Download size: &template-size;</para></listitem> 37 38 <listitem><para>Estimated Disk space required: &template-buildsize;</para></listitem> … … 42 43 <itemizedlist spacing="compact"> 43 44 <listitem><para>Required Patch: <ulink 44 url="&patch-root;/template-&template-version;-patch_name-patch_version.patch"/></para></listitem> 45 </itemizedlist></sect3> 45 url="&patch-root;/template-&template-version;-patch_name-patch_version.patch"/></para> 46 </listitem></itemizedlist> 47 </sect3> 46 48 47 49 <sect3><title><application>template</application> dependencies</title> 48 50 <sect4><title>Required</title> 49 <para>DEPENDENCE LIST</para></sect4> 51 <para><xref linkend="BLFS DEPENDENCY"/></para> 52 </sect4> 53 50 54 <sect4><title>Optional</title> 51 <para>OPTIONAL LIST</para></sect4> 55 <para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para> 56 </sect4> 52 57 </sect3> 53 58 … … 57 62 <title>Installation of <application>template</application></title> 58 63 59 <para>Install <application>template</application> by running the following commands:</para> 64 <para>Install <application>template</application> by running the following 65 commands:</para> 60 66 61 <screen><userinput><command>./configure </command></userinput></screen> 67 <screen><userinput><command>./configure --prefix=/usr && 68 make && 69 make install</command></userinput></screen> 62 70 63 71 </sect2> … … 92 100 <title>Contents</title> 93 101 94 <para>The <application>template</application> package contains <command>95 LISTOFEXEC</command>, <filename>LISTOFFILES</filename>.</para>102 <para>The <application>template</application> package contains 103 <command>LISTOFEXEC</command>, <filename>LISTOFFILES</filename>.</para> 96 104 97 105 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.