Skip to content

Commit edfa71a

Browse files
authored
Update README.md
1 parent 6216d20 commit edfa71a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ To get started:
3232

3333
1. ISPC is needed to compile many of the programs used in this assignment. ISPC can be easily installed on the myth machines through the following steps:
3434

35-
From a myth machine, download the linux binary into a local directory of your choice. You can get ISPC compiler binaries for Linux from the ISPC [downloads page](https://ispc.github.io/downloads.html), or directly download it via `wget` from the commandline.
35+
From a myth machine, download the linux binary into a local directory of your choice. You can get ISPC compiler binaries for Linux from the ISPC [downloads page](https://ispc.github.io/downloads.html). (From `myth`, we recommend you use `wget` to directly download the binary from the downloads page.)
3636

37-
wget http://sourceforge.net/projects/ispcmirror/files/v1.12.0/ispc-v1.12.0-linux.tar.gz/download
38-
39-
Untar the downloaded file: `tar -xvf ispc-v1.12.2-linux.tar.gz`
37+
Untar the downloaded file: `tar -xvf ispc-v1.12.2-linux.tar.gz` (You may need to change the ispc version number in the filename accordingly.)
4038

4139
Add the ISPC directory to your system path. For example, if you copied ispc to the directory `~SUID/MYCOURSEWORK/ISPC`, in bash you'd update your path variable with:
4240

0 commit comments

Comments
 (0)