You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
Add a command to install dependencies (e.g. Java).
To-Do
Add Install Dependencies Option on Windows Installer
Add Install Dependencies Command
Required Dependencies
Linux
Java
Windows
Java
WSL or Git Bash (Probably Git Bash Since It's Lighter Weight)
macOS
Java
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
choco install jdk8
Homebrew
brew cask install java
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add a command to install dependencies (e.g. Java).
To-Do
Required Dependencies
Linux
Windows
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
Fedora Based OS
Chocolatey
Homebrew
The text was updated successfully, but these errors were encountered: