Skip to content

Commit

Permalink
Update gettingstarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaili-ziad authored May 3, 2024
1 parent b41031f commit 96fe512
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!--- [**.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.
Expand All @@ -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)
<!--- - **.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)
Expand Down

0 comments on commit 96fe512

Please sign in to comment.