Skip to content

Commit 3c5c842

Browse files
excluded outdated info
1 parent 81d4722 commit 3c5c842

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,9 @@ runghc Setup.hs configure --prefix=/usr/local
6161
runghc Setup.hs build
6262
sudo DYLD_LIBRARY_PATH=/usr/local/lib runghc Setup.hs install
6363
```
64-
3. If you want to use GF as a web server then you should now compile the server package:
64+
3. Then you need to setup the compiler:
6565
```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
66+
cd ../../compiler/
7467
runghc Setup.hs configure
7568
runghc Setup.hs build
7669
sudo DYLD_LIBRARY_PATH=/usr/local/lib runghc Setup.hs install

0 commit comments

Comments
 (0)