Pre Condition 2: Required Software
git
It is strongly recommended that you have git installed.
- On Debian-based distros:
sudo apt-get install git
- On Windows: Download the installer and install it. Using chocolatey, you can run
choco install git.install -y --params "/GitAndUnixToolsOnPath /WindowsTerminal
to a) install git and b) have Linux commands such asgrep
available in yourPATH
. - Official installation instructions
Installed IDE
We highly encourdage IntelliJ IDEA, because all other IDEs work less good. Especially using VS.Code has issues.
IntelliJ’s Community Edition works well. Most contributors use the Ultimate Edition, because they are students getting that edition for free.
Other Tooling
We collected some other tooling recommendations. We invite you to read on at our tool recommendations.