Skip to content

Commit

Permalink
release 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-taylor committed Nov 24, 2020
1 parent b8ff929 commit a0ca0e7
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.6.8/dcc_2.6.8_all.deb -o /tmp/dcc_2.6.8_all.deb
sudo apt install /tmp/dcc_2.6.8_all.deb
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7/dcc_2.7_all.deb -o /tmp/dcc_2.7_all.deb
sudo apt install /tmp/dcc_2.7_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 @@ -152,7 +152,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.6.8/dcc -o /usr/local/bin/dcc
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.7/dcc -o /usr/local/bin/dcc
sudo chmod o+rx /usr/local/bin/dcc
```

Expand Down

0 comments on commit a0ca0e7

Please sign in to comment.