r3 - 14 Apr 2010 - 14:20:15 - JMAlboSYou are here: TWiki >  NEXT Web  >  NextSoftware > SoftwareSCons

SCons Building System

Introduction

SConsexternal is a new-generation software building tool written in Python. Its function is analogous to that of the traditional GNU build system based on the make utility and the autoconf tools.

A major advantage of SCons over other building system is that configuration files are actual Python scripts, which means that user-written builds have access to a complete general-purpose high-level programming language.

SCons in the NEXT Software

TODO

Installation

Detailed instructions can be found hereexternal.

If you are of the type that doesn't read instructions:

  1. Because SCons is written in Python, you must obviously have Python installed on your system. SCons will work with any version of Python >1.5.2 (>2.5 is recommended).
  2. Download the latest stable versionexternal of SCons and uncompress the file.
  3. Move to the resulting folder and type (you may need super-user privileges for this to work): python setup.py install

Documentation

Edit | WYSIWYG | Attach | PDF | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback