File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ valgrind also usually detect this type of error, e.g.:
140
140
* Installation on Linux and Windows Subsystem for Linux
141
141
142
142
```bash
143
- curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.5 /dcc_2.5_all .deb -o /tmp/dcc_2.5_all .deb
144
- sudo apt install /tmp/dcc_2.5_all .deb
143
+ curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.6 /dcc_2.6_all .deb -o /tmp/dcc_2.6_all .deb
144
+ sudo apt install /tmp/dcc_2.6_all .deb
145
145
# on WSL (not Linux) this might be necessary to run programs
146
146
sudo bash -c "echo 0 > /proc/sys/kernel/yama/ptrace_scope;echo 1 >/proc/sys/vm/overcommit_memory"
147
147
```
@@ -152,7 +152,7 @@ valgrind also usually detect this type of error, e.g.:
152
152
Install gdb - see https://sourceware.org/gdb/wiki/PermissionsDarwin
153
153
154
154
```bash
155
- sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.5 /dcc -o /usr/local/bin/dcc
155
+ sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.6 /dcc -o /usr/local/bin/dcc
156
156
sudo chmod o+rx /usr/local/bin/dcc
157
157
```
158
158
You can’t perform that action at this time.
0 commit comments