Dependencies for L-seed-0.2

library
runGarden
  • if !flag(renderercairo)
    • buildable: False
renderAsPNG
  • if !flag(renderercairo)
    • buildable: False
validate
  • if !flag(webtools)
    • buildable: False
fastScorer
  • No dependencies
dbclient
  • if !flag(database) || !flag(renderercairo)
    • buildable: False
dbscorer
  • if !flag(database)
    • buildable: False

Flags

Automatic Flags
NameDescriptionDefault
database

Builds binaries that are required to interact with the SQL database. This is not needed when you just want to test the game locally.

Disabled
webtools

Builds binaries that are required for the web interface. This is not needed when you just want to test the game locally.

Disabled
renderercairo

This builds the cairo renderer. This will ususally be needed, unless you build the WebTools only.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info