« Prev 1 Overview | Table of Contents | Next » 3 Command-Line Operation |
Rscons is designed to be distributed as a stand-alone single file script that
can be copied into and versioned in a project's source tree.
The only requirement to run Rscons is that the system has a Ruby interpreter
installed.
The latest release can be downloaded from https://github.com/holtrop/rscons/releases.
Simply copy the rscons
executable script into the desired location within
the project to be built (typically the root of the repository) and mark it
executable.
The following files should be added to source control:
rscons
Rsconscript
Add the following contents to .gitignore
(or the equivalent thereof for
different version control systems):
/.rscons* /build/
« Prev 1 Overview | Table of Contents | Next » 3 Command-Line Operation |