SBAM External Tools and Libraries
From PLSwiki
SBAM relies on the following tools and libraries:
Tools
- GNU make
- The SBAM makefiles use features which are specific to GNU make.
- flex
- SBAM uses flex to generate scanners/lexers.
- NB: SBAM is known to build with flex version 2.5.35 but not version 2.5.4.
- Bison
- SBAM uses Bison to generate parsers.
- NB: SBAM is known to build with Bison version 2.4.1 but not version 2.3.
Libraries
- Boost.Program_options
- A library which handles program options on the command line.
