build-instructions.md

November 20, 2019 ยท View on GitHub

Dependencies

CFLint is built with: Gradle

Building CFLint

git clone https://github.com/cflint/CFLint.git
cd CFLint
gradlew build

The build artifacts can be found in build/libs.

Building CFParser (optional)

The build will pull cfparser from maven central repository. However if you want to build cfparser separately see https://github.com/cfparser/cfparser

If you have issues, please let us know.