23 lines
596 B
Markdown
23 lines
596 B
Markdown
# Installation
|
|
|
|
GaBuZoMeu is written in [Haskell](https://www.haskell.org/) so you will need an Haskell compiler. Then just type `make all`.
|
|
|
|
To see if everything is fine, `make test`.
|
|
|
|
## Pre-requisites on Debian operating system
|
|
|
|
```
|
|
apt install ghc libghc-hunit-dev libghc-regex-compat-tdfa-dev
|
|
```
|
|
|
|
## Bug reports
|
|
|
|
On [the forge](https://forge.chapril.org/bortzmeyer/GaBuZoMeu/issues).
|
|
|
|
## Creating the database
|
|
|
|
If you want to create a database to insert the language subtag
|
|
registry (with the `registry2postgresql` or `registry2sqlite`
|
|
programs), see the creation scripts under `./SQL/`.
|
|
|