From 96fe512ad9d358f8e4353ea5bc70a0bb0ffa1c5e Mon Sep 17 00:00:00 2001 From: Ziad ISMAILI ALAOUI <94684889+ismaili-ziad@users.noreply.github.com> Date: Fri, 3 May 2024 13:01:58 +0100 Subject: [PATCH] Update gettingstarted.md --- gettingstarted.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gettingstarted.md b/gettingstarted.md index 8f5640e..3fb5a1b 100644 --- a/gettingstarted.md +++ b/gettingstarted.md @@ -8,8 +8,8 @@ To run the compiler, you need to install the C library [Judy](http://judy.source There are several ways to install the compiler: -- [**.deb Package**](https://github.com/UoYCS-plasma/GP2/tree/gh-pages/deb) - This is the recommended (and a common) installation method for Ubuntu users. Advantage: easy to install by opening the file in "Software Install" or run the command ``sudo apt install ./gp2c.deb`` in the folder containing the .deb file. Disadantage: may not work on non-Ubuntu distributions. -- [**Pre-built**](https://github.com/UoYCS-plasma/GP2/tree/gh-pages/pre-built) - Use a version of the compiler that has already been built. This may work on non-Ubuntu distributions. + + - [**Build from source code**](installation/buildcompiler) - Follow the link for a guide on how to build the compiler yourself. - [**Docker**](installation/docker) - Follow the link for instructions on how to install the compiler via Docker. This method is recommended for MacOS users. - **University of York** - In the Department of Computer Science, the compiler is installed on most Linux machines. @@ -18,8 +18,8 @@ There are several ways to install the compiler: Usage depends on which installation method you used: -- **.deb Package** - [usage guide](usage/deb) -- **Pre-built** - [bash file usage](usage/pre-built) + + - **Build from source code** - [usage guide](usage/compiler), [bash file usage](https://github.com/UoYCS-plasma/GP2/tree/master/bin/compiler) - **Docker** - [bash file usage](https://github.com/UoYCS-plasma/GP2/tree/master/bin/docker) - **University of York** - [usage guide](usage/uoy)