Getting Started

Read this section in any order. Earlier documents introduce concepts used later but not so much that it will limit your understanding.

  • Running Forge describes running Forge from the command line to build, clean, or run other custom actions defined by the build.

  • Configuring Forge describes configuring a build by editing the root build script forge.lua.

  • Writing Buildfiles describes specifying which files are built form which source files by writing buildfiles.

  • Rules and Modules describes adding support for new tools with rules and modules.