Skip to content

Commit

Permalink
release 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-taylor committed Jul 14, 2021
1 parent 99a7ae0 commit 08408ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ valgrind also usually detect this type of error, e.g.:
* Deb-based Systems including Debian, Ubuntu, Mint and Windows Subsystem for Linux

```bash
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.5/dcc_2.7.5_all.deb -o /tmp/dcc_2.7.5_all.deb
sudo apt install /tmp/dcc_2.7.5_all.deb
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.6/dcc_2.7.6_all.deb -o /tmp/dcc_2.7.6_all.deb
sudo apt install /tmp/dcc_2.7.6_all.deb
```

or

```bash
sudo apt install clang gcc gdb valgrind python3 curl
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.5/dcc -o /usr/local/bin/dcc
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.6/dcc -o /usr/local/bin/dcc
sudo chmod o+rx /usr/local/bin/dcc
```

Expand All @@ -164,23 +164,23 @@ valgrind also usually detect this type of error, e.g.:

```bash
sudo pacman -S clang gcc gdb valgrind python3 curl
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.5/dcc -o /usr/local/bin/dcc
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.6/dcc -o /usr/local/bin/dcc
sudo chmod o+rx /usr/local/bin/dcc
```

* RPM-based Systems including CentOS, Fedora

```bash
sudo yum install clang gcc gdb valgrind python3 curl
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.5/dcc -o /usr/local/bin/dcc
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.6/dcc -o /usr/local/bin/dcc
sudo chmod o+rx /usr/local/bin/dcc
```

On OpenSUSE:

```bash
sudo zypper install clang gcc gdb valgrind python3 curl
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.5/dcc -o /usr/local/bin/dcc
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.6/dcc -o /usr/local/bin/dcc
sudo chmod o+rx /usr/local/bin/dcc
```

Expand All @@ -191,7 +191,7 @@ valgrind also usually detect this type of error, e.g.:
Install gdb - see https://sourceware.org/gdb/wiki/PermissionsDarwin

```bash
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.5/dcc -o /usr/local/bin/dcc
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.6/dcc -o /usr/local/bin/dcc
sudo chmod o+rx /usr/local/bin/dcc
```

Expand Down

0 comments on commit 08408ed

Please sign in to comment.