Dependencies for L-seed-0.2
Libraries
L-seed
- base (>=3 && <4)
- containers
- mtl
- old-time
- parsec (>=3 && <4)
- random
- if flag(renderercairo)
- if flag(database)
- HDBC
- HDBC-odbc
- random-shuffle (==0.0.2)
- if flag(webtools)
- json (>=0.4 && <0.5)
Executables
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
Name | Description | Default |
---|---|---|
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