mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
19 lines
341 B
Markdown
19 lines
341 B
Markdown
# GF server installation
|
|
|
|
1. First make sure your compiler is installed with a flag server:
|
|
|
|
```bash
|
|
cd gf-core/src/compiler/
|
|
runghc Setup.hs configure -f servef
|
|
runghc Setup.hs build
|
|
sudo runghc Setup.hs install
|
|
```
|
|
|
|
1. You can test it now by running:
|
|
|
|
```bash
|
|
gf -server
|
|
```
|
|
|
|
It will also show the root directory (`ROOT_DIR`)
|