Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 942 Bytes

scons-setup.md

File metadata and controls

27 lines (19 loc) · 942 Bytes

SCons Setup

SCons 2.3.x setup notes for OS X 10.8 (Mountain Lion).

Note that some test-related commands in this build file run on virtual machines, and assume that Vagrant has been installed on this machine. (See the included setup instructions for Vagrant.)

Installation

Using SCons

  • Run scons -h|--help to see help information for the current project.
  • Run scons to execute the default target for the current project.
  • If you are interested, run scons -H to see help on options supported by scons.