aboutsummaryrefslogtreecommitdiff
path: root/compiler/readme.md
blob: 5ffe9241b830f01c74545ddc015d6488b5e2477f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ldgallery-compiler

## Build

Building this project requires the [stack] tool.

[stack]: https://haskellstack.org/

Within the project's directory, use

* `stack setup` to setup the development environment and compiler.
* `stack build` to compile the project.
* or `stack build --fast --file-watch --pedantic` to automatically compile on file change.
* `stack exec ldgallery-compiler-exe -- --help` to run the compiled program (and displaying its help text for instance).