Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
00-tools-setup.md 4.80 KiB

Tools Setup

Step 1: Create an account on gitlab.epfl.ch

Go to gitlab.epfl.ch and log in with your EPFL account, do this as soon as possible because it will take some time between the account creation and the assignment submission system working for your account.

Step 2: Installing the Java Development Kit (JDK)

On Linux

On Ubuntu and Debian

sudo apt-get update && sudo apt-get install openjdk-8-jdk
sudo update-java-alternatives --set /usr/lib/jvm/java-1.8.0-openjdk-amd64

On Fedora

sudo dnf install java-1.8.0-openjdk-devel

On macOS