source: general/prog/scons.xml@ 3000628f

12.2 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 3000628f was 9afd5bbe, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Update to SCons-4.8.0.

  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[1b35ce63]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[ca783379]7 <!ENTITY scons-download-http "&sourceforge-dl;/scons/SCons-&scons-version;.tar.gz">
[1b35ce63]8 <!ENTITY scons-download-ftp " ">
[9afd5bbe]9 <!ENTITY scons-md5sum "68a13ef0d3515044544f8bd0949befa2">
[9af8c3e]10 <!ENTITY scons-size "3.1 MB">
11 <!ENTITY scons-buildsize "50 MB">
[b12939e]12 <!ENTITY scons-time "less than 0.1 SBU">
[1b35ce63]13]>
14
15<sect1 id="scons" xreflabel="SCons-&scons-version;">
16 <?dbhtml filename="scons.html"?>
17
18
19 <title>SCons-&scons-version;</title>
20
21 <indexterm zone="scons">
22 <primary sortas="a-SCons">SCons</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to SCons</title>
27
28 <para>
29 <application>SCons</application> is a tool for building software
30 (and other files) implemented in <application>Python</application>.
31 </para>
32
[9afd5bbe]33 <note>
34 <para>
35 When expanding the tarball the package expands to scons-4.8.0, not
36 the expected SCons-4.8.0.
37 </para>
38 </note>
39
[b9874725]40 &lfs121_checked;
[1b35ce63]41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&scons-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&scons-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &scons-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &scons-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &scons-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &scons-time;
72 </para>
73 </listitem>
74 </itemizedlist>
[9afd5bbe]75<!--
76 The man pages are included in the tarball.
[1b35ce63]77 <bridgehead renderas="sect3">SCons Dependencies</bridgehead>
78
[3e9add2]79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
[0dccf0ff]81 <xref linkend="docbook-xsl"/> and
[440647ab]82 <xref role="runtime" linkend="libxslt"/>
[3e9add2]83 </para>
[9afd5bbe]84-->
[1b35ce63]85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of SCons</title>
89
[1cdea83]90 <para>
91 Build the package:
92 </para>
[32f5b6f]93
[1cdea83]94 &build-wheel;
[32f5b6f]95
[1cdea83]96 <para>
97 As the &root; user, install the package:
98 </para>
[1b35ce63]99
[9afd5bbe]100 <screen role='root'><userinput>&install-wheel; SCons &amp;&amp;
101install -v -m664 *.1 /usr/share/man/man1</userinput></screen>
[1b35ce63]102 </sect2>
[7b88d5a]103
[1b35ce63]104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
108 <segtitle>Installed Programs</segtitle>
109 <segtitle>Installed Libraries</segtitle>
110 <segtitle>Installed Directory</segtitle>
111
112 <seglistitem>
113 <seg>
[23aee7e]114 scons, scons-configure-cache, and sconsign
[1b35ce63]115 </seg>
116 <seg>
117 None
118 </seg>
119 <seg>
[1cdea83]120 /usr/lib/python&python3-majorver;/site-packages/SCons{,-&scons-version;.dist-info}
[1b35ce63]121 </seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="scons-prog">
131 <term><command>scons</command></term>
132 <listitem>
133 <para>
[4c24eb0a]134 is a software construction tool
[1b35ce63]135 </para>
136 <indexterm zone="scons scons-prog">
137 <primary sortas="b-scons">scons</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
[440647ab]142 <varlistentry id="scons-configure-cache">
143 <term><command>scons-configure-cache</command></term>
144 <listitem>
145 <para>
146 shows or converts the configuration of an
[4c24eb0a]147 <application>SCons</application> cache directory
[440647ab]148 </para>
149 <indexterm zone="scons scons-configure-cache">
150 <primary sortas="b-scons-configure-cache">scons-configure-cache</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
[1b35ce63]155 <varlistentry id="sconsign">
156 <term><command>sconsign</command></term>
157 <listitem>
158 <para>
159 prints <application>SCons</application>
[4c24eb0a]160 <filename>.sconsign</filename> file information
[1b35ce63]161 </para>
162 <indexterm zone="scons sconsign">
163 <primary sortas="b-sconsign">sconsign</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.