Skip to content

Commit

Permalink
release 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-taylor committed Jun 29, 2021
1 parent 577bfed commit bb46bc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ valgrind also usually detect this type of error, e.g.:
* Installation on Linux and Windows Subsystem for Linux

```bash
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.4/dcc_2.7.4_all.deb -o /tmp/dcc_2.7.4_all.deb
sudo apt install /tmp/dcc_2.7.4_all.deb
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
# on WSL (not Linux) this might be necessary to run programs
sudo bash -c "echo 0 > /proc/sys/kernel/yama/ptrace_scope;echo 1 >/proc/sys/vm/overcommit_memory"
```
Expand All @@ -155,7 +155,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.4/dcc -o /usr/local/bin/dcc
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7.5/dcc -o /usr/local/bin/dcc
sudo chmod o+rx /usr/local/bin/dcc
```

Expand Down

0 comments on commit bb46bc5

Please sign in to comment.