Skip to content

Commit

Permalink
Added a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asheidan committed Nov 5, 2011
1 parent 3449e73 commit 9c504f7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# SCons tools

A few helpers for different tasks which I do quite often when using SCons as
a build-system.

## Usage

Put the file containing the helpers you want to use somewhere in your path or
provide path as well as toolname.

env = Environment(
# Supply the names of the tools you want to use ( you might want to add
# 'default' to the list as well ).
tools = ['cutest'],
# This is where you might need to supply a path to where your
# helper-files
toolpath = ['sconslib']
)

And you are good to go.

Your milage may wary...

## Documentation

Look in the files for the different functionality implemented. Better
documentation might appear here, but don't count on it.

0 comments on commit 9c504f7

Please sign in to comment.