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

Add Dependency Installer #8

@nprail

Description

@nprail

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions