From 3c5c8424e0560f23c93fd020617d711c3aef5915 Mon Sep 17 00:00:00 2001 From: Ekaterina Voloshina <42929264+EkaterinaVoloshina@users.noreply.github.com> Date: Thu, 20 Mar 2025 17:38:14 +0100 Subject: [PATCH] excluded outdated info --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 344695714..d310b0718 100644 --- a/README.md +++ b/README.md @@ -61,16 +61,9 @@ runghc Setup.hs configure --prefix=/usr/local runghc Setup.hs build sudo DYLD_LIBRARY_PATH=/usr/local/lib runghc Setup.hs install ``` -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: ```Bash -cd ../../server/ -runghc Setup.hs configure -runghc Setup.hs build -sudo runghc Setup.hs install -``` -4. Then you need to setup the compiler: -```Bash -cd ../../compiler/ # or ../compiler if you installed the server as well +cd ../../compiler/ runghc Setup.hs configure runghc Setup.hs build sudo DYLD_LIBRARY_PATH=/usr/local/lib runghc Setup.hs install