source: general/prog/scons.xml@ 15445ab

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 15445ab was 15445ab, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Lots of tags

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