forked from GitHub/gf-core
341 B
341 B
GF server installation
- 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
- You can test it now by running:
gf -server
It will also show the root directory (ROOT_DIR)