source: general/prog/scons.xml@ 7fc2719

12.2 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 7fc2719 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
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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
7 <!ENTITY scons-download-http "&sourceforge-dl;/scons/SCons-&scons-version;.tar.gz">
8 <!ENTITY scons-download-ftp " ">
9 <!ENTITY scons-md5sum "68a13ef0d3515044544f8bd0949befa2">
10 <!ENTITY scons-size "3.1 MB">
11 <!ENTITY scons-buildsize "50 MB">
12 <!ENTITY scons-time "less than 0.1 SBU">
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
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
40 &lfs121_checked;
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>
75<!--
76 The man pages are included in the tarball.
77 <bridgehead renderas="sect3">SCons Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="docbook-xsl"/> and
82 <xref role="runtime" linkend="libxslt"/>
83 </para>
84-->
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of SCons</title>
89
90 <para>
91 Build the package:
92 </para>
93
94 &build-wheel;
95
96 <para>
97 As the &root; user, install the package:
98 </para>
99
100 <screen role='root'><userinput>&install-wheel; SCons &amp;&amp;
101install -v -m664 *.1 /usr/share/man/man1</userinput></screen>
102 </sect2>
103
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>
114 scons, scons-configure-cache, and sconsign
115 </seg>
116 <seg>
117 None
118 </seg>
119 <seg>
120 /usr/lib/python&python3-majorver;/site-packages/SCons{,-&scons-version;.dist-info}
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>
134 is a software construction tool
135 </para>
136 <indexterm zone="scons scons-prog">
137 <primary sortas="b-scons">scons</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
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
147 <application>SCons</application> cache directory
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
155 <varlistentry id="sconsign">
156 <term><command>sconsign</command></term>
157 <listitem>
158 <para>
159 prints <application>SCons</application>
160 <filename>.sconsign</filename> file information
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.