1
0
forked from GitHub/gf-core
Files
gf-core/ServerInstructions.md
2025-03-31 13:35:15 +02:00

341 B

GF server installation

  1. First make sure your compiler is installed with a flag server:
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:
gf -server

It will also show the root directory (ROOT_DIR)