SCons-2.5.1

Introduction to SCons

SCons is a tool for building software (and other files) implemented in Python.

This package is known to build and work properly using an LFS-8.1 platform.

Package Information

SCons Dependencies

Required

Python-2.7.13

Optional

docbook-xsl-1.79.1, libxml2-2.9.4, and libxslt-1.1.29

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/scons

Installation of SCons

Install SCons by running the following commands as the root user:

python setup.py install --prefix=/usr  \
                        --standard-lib \
                        --optimize=1   \
                        --install-data=/usr/share

Contents

Installed Programs: scons, scons-2.5.1, sconsign, sconsign-2.5.1, scons-time, and scons-time-2.5.1
Installed Libraries: None
Installed Directory: /usr/lib/python2.7/site-packages/SCons

Short Descriptions

scons

is a software construction tool.

sconsign

prints SCons .sconsign file information.

scons-time

generates and displays SCons timing information.

Last updated on 2017-08-18 12:42:43 -0700