We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d4722 commit 3c5c842Copy full SHA for 3c5c842
README.md
@@ -61,16 +61,9 @@ runghc Setup.hs configure --prefix=/usr/local
61
runghc Setup.hs build
62
sudo DYLD_LIBRARY_PATH=/usr/local/lib runghc Setup.hs install
63
```
64
-3. If you want to use GF as a web server then you should now compile the server package:
+3. Then you need to setup the compiler:
65
```Bash
66
-cd ../../server/
67
-runghc Setup.hs configure
68
-runghc Setup.hs build
69
-sudo runghc Setup.hs install
70
-```
71
-4. Then you need to setup the compiler:
72
-```Bash
73
-cd ../../compiler/ # or ../compiler if you installed the server as well
+cd ../../compiler/
74
runghc Setup.hs configure
75
76
0 commit comments