Skip to content

Windows users

Adafede edited this page Dec 21, 2021 · 2 revisions

As our programs were written on Unix platforms, Windows users might need some additional steps to get things working.

This wiki guides you on how to install required dependencies on WSL.

Install WSL

Please first follow the guide on how to install WSL.

Install required dependencies

First of all:

sudo apt update

then:

sudo apt install openjdk-17-jdk
sudo apt install wget
sudo apt install unzip

Normally, everything should work in your WSL now!

Nasty end of lines

Depending on your configuration, you might get into trouble with end of lines. In that case, we suggest you to read the Git documentation on the topic.

Clone this wiki locally