source: general/prog/scons.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 "f083e00f6ecfc940edd6a0eb168ffe8c">
10 <!ENTITY scons-size "2.9 MB">
11 <!ENTITY scons-buildsize "71 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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>SCons-&scons-version;</title>
23
24 <indexterm zone="scons">
25 <primary sortas="a-SCons">SCons</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to SCons</title>
30
31 <para>
32 <application>SCons</application> is a tool for building software
33 (and other files) implemented in <application>Python</application>.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&scons-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&scons-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &scons-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &scons-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &scons-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &scons-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">SCons Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional">
76 <xref linkend="docbook-xsl"/> and
77 <xref role="runtime" linkend="libxslt"/>
78 </para>
79
80 <para condition="html" role="usernotes">
81 User Notes: <ulink url="&blfs-wiki;/scons"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of SCons</title>
87
88 <para>
89 Install <application>SCons</application> by running the following
90 commands as the <systemitem class="username">root</systemitem> user:
91 </para>
92
93<screen role="root"><userinput>sed -i 's/env python/&amp;3/' SCons/Utilities/*.py &amp;&amp;
94sed -i 's:build/doc/man/::' setup.cfg &amp;&amp;
95python3 setup.py install --prefix=/usr \
96 --optimize=1 \
97 --install-data=/usr/share/man/man1 &amp;&amp;
98cp scons{,ign}.1 /usr/share/man/man1</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Programs</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directory</segtitle>
109
110 <seglistitem>
111 <seg>
112 scons, scons-configure-cache, and sconsign
113 </seg>
114 <seg>
115 None
116 </seg>
117 <seg>
118 /usr/lib/python&python3-majorver;/site-packages/SCons
119 </seg>
120 </seglistitem>
121 </segmentedlist>
122
123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry id="scons-prog">
129 <term><command>scons</command></term>
130 <listitem>
131 <para>
132 is a software construction tool
133 </para>
134 <indexterm zone="scons scons-prog">
135 <primary sortas="b-scons">scons</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="scons-configure-cache">
141 <term><command>scons-configure-cache</command></term>
142 <listitem>
143 <para>
144 shows or converts the configuration of an
145 <application>SCons</application> cache directory
146 </para>
147 <indexterm zone="scons scons-configure-cache">
148 <primary sortas="b-scons-configure-cache">scons-configure-cache</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="sconsign">
154 <term><command>sconsign</command></term>
155 <listitem>
156 <para>
157 prints <application>SCons</application>
158 <filename>.sconsign</filename> file information
159 </para>
160 <indexterm zone="scons sconsign">
161 <primary sortas="b-sconsign">sconsign</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <!-- Removed in 4.0.0
167 <varlistentry id="scons-time">
168 <term><command>scons-time</command></term>
169 <listitem>
170 <para>
171 generates and displays <application>SCons</application>
172 timing information.
173 </para>
174 <indexterm zone="scons scons-time">
175 <primary sortas="b-scons-time">scons-time</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179-->
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.