Skip to content

Commit

Permalink
release 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-taylor committed Jul 25, 2019
1 parent cbff2a5 commit 4f5d871
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.5/dcc_2.5_all.deb -o /tmp/dcc_2.5_all.deb
sudo apt install /tmp/dcc_2.5_all.deb
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.6/dcc_2.6_all.deb -o /tmp/dcc_2.6_all.deb
sudo apt install /tmp/dcc_2.6_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.5/dcc -o /usr/local/bin/dcc
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.6/dcc -o /usr/local/bin/dcc
sudo chmod o+rx /usr/local/bin/dcc
```

Expand Down

0 comments on commit 4f5d871

Please sign in to comment.