Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions ServerInstructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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`)
Loading