This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Description
Add a command to install dependencies (e.g. Java).
To-Do
Required Dependencies
Linux
Windows
- Java
- WSL or Git Bash (Probably Git Bash Since It's Lighter Weight)
macOS
Installing dependencies on Linux is easy with all the package managers. Windows and macOS will be a little more difficult, though. We can probably install chocolatey on Windows then install the needed dependencies with that. On macOS we could probably use Homebrew and install it if it does not exist.
Debian Based OS
sudo apt-get install default-jdk
Fedora Based OS
sudo yum install java-1.8.0-openjdk-devel
Chocolatey
Homebrew