... | ... | @@ -27,7 +27,7 @@ should return |
|
|
To compile the code you will need ``make``, and to run SyncSim you'll need a Java Runtime Environment. Run following command to install ``make`` and ``java``.
|
|
|
|
|
|
```bash
|
|
|
sudo apt install make openjdk-jre-21
|
|
|
sudo apt install make openjdk-21-jre
|
|
|
```
|
|
|
|
|
|
Now you should be able to compile the code for the labs by writing the command ``make`` in any folder containing a Makefile. You can move on to the [General Linux](#general-linux) chapter.
|
... | ... | |