Table of Contents
This program is designed to eliminate the hassle of setup when using SCons.
It has everything you need to run SCons, so you can download it and use it when you need it.
Create and place a folder called bi.scons directly under the SConst-enabled project to be built.
Usage and functionality are the same as SCons running in Python3.10.
Example
bi.scons/biscons --help
- Windows(x86_64)
env.windows-x86_64.bat
python setup.py build
- macOS(Arm64)
env.macos-arm64.bat
python setup.py build
This software is provided as an MIT License.
See the licenses folder for information about the various software on which this software depends.
- cx_Freeze
-
cx_Freeze uses a license derived from the Python Software Foundation License. You can read the cx_Freeze license in the documentation or in the source repository.