... | ... | @@ -103,10 +103,10 @@ java -v |
|
|
in a terminal.
|
|
|
|
|
|
|
|
|
Once Java has been installed, to download SyncSim run
|
|
|
```bash
|
|
|
wget https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/info/-/wikis/uploads/01c56a0806abeb2b69c5d220edbab141/SyncSim.jar
|
|
|
```
|
|
|
Once Java has been installed, you can download SyncSim from [here](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/info/-/wikis/uploads/01c56a0806abeb2b69c5d220edbab141/SyncSim.jar).
|
|
|
|
|
|
By default, the SyncSim.jar file will be downloaded to your Downloads folder. You can either keep it there and browse to the directory using the `cd` command, or move it somewhere else.
|
|
|
|
|
|
You can now try running SyncSim:
|
|
|
```bash
|
|
|
java -jar SyncSim.jar --mips
|
... | ... | |