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

Add Dependency Installer #8

Open
2 tasks
nprail opened this issue Sep 3, 2017 · 0 comments
Open
2 tasks

Add Dependency Installer #8

nprail opened this issue Sep 3, 2017 · 0 comments
Projects

Comments

@nprail
Copy link
Member

nprail commented Sep 3, 2017

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
@nprail nprail added this to To Do in Version 1 Sep 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

1 participant