mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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)