From f84ef48819c0bc29516d7a9cff542901bf532b16 Mon Sep 17 00:00:00 2001 From: palmtree5 <3577255+palmtree5@users.noreply.github.com> Date: Thu, 8 Mar 2018 10:06:27 -0900 Subject: [PATCH] [V3 Docs] add java install to install docs (#1389) --- docs/install_centos.rst | 2 +- docs/install_debian.rst | 2 +- docs/install_mac.rst | 2 ++ docs/install_raspbian.rst | 2 +- docs/install_ubuntu.rst | 2 +- docs/install_windows.rst | 4 ++++ 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/install_centos.rst b/docs/install_centos.rst index 9e4b1ebd5..2f27f38e3 100644 --- a/docs/install_centos.rst +++ b/docs/install_centos.rst @@ -12,7 +12,7 @@ Installing pre-requirements yum -y groupinstall development yum -y install https://centos7.iuscommunity.org/ius-release.rpm - yum -y install yum-utils wget which python35u python35u-pip python35u-devel openssl-devel libffi-devel git opus-devel + yum -y install yum-utils wget which python35u python35u-pip python35u-devel openssl-devel libffi-devel git opus-devel java-1.8.0-openjdk sh -c "$(wget https://gist.githubusercontent.com/mustafaturan/7053900/raw/27f4c8bad3ee2bb0027a1a52dc8501bf1e53b270/latest-ffmpeg-centos6.sh -O -)" -------------- diff --git a/docs/install_debian.rst b/docs/install_debian.rst index 09b535c31..d146668e7 100644 --- a/docs/install_debian.rst +++ b/docs/install_debian.rst @@ -14,7 +14,7 @@ Installing pre-requirements echo "deb http://httpredir.debian.org/debian stretch-backports main contrib non-free" >> /etc/apt/sources.list apt-get update - apt-get install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git ffmpeg libopus-dev unzip -y + apt-get install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git ffmpeg libopus-dev unzip default-jre -y ------------------ Installing the bot diff --git a/docs/install_mac.rst b/docs/install_mac.rst index b4eaf2eee..fd7e7b06f 100644 --- a/docs/install_mac.rst +++ b/docs/install_mac.rst @@ -17,6 +17,8 @@ Installing pre-requirements * :code:`brew install git` * :code:`brew install ffmpeg --with-ffplay` * :code:`brew install opus` + * :code:`brew tap caskroom/versions` + * :code:`brew cask install java8` -------------- Installing Red diff --git a/docs/install_raspbian.rst b/docs/install_raspbian.rst index d20099f92..690258101 100644 --- a/docs/install_raspbian.rst +++ b/docs/install_raspbian.rst @@ -10,7 +10,7 @@ Installing pre-requirements .. code-block:: none - sudo apt-get install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git libav-tools libopus-dev unzip -y + sudo apt-get install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git libav-tools libopus-dev unzip default-jre -y -------------- Installing Red diff --git a/docs/install_ubuntu.rst b/docs/install_ubuntu.rst index 6449de66a..742fd1980 100644 --- a/docs/install_ubuntu.rst +++ b/docs/install_ubuntu.rst @@ -12,7 +12,7 @@ Installing the pre-requirements .. code-block:: none - sudo apt install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git ffmpeg libopus-dev unzip -y + sudo apt install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git ffmpeg libopus-dev unzip default-jre -y ------------------ Installing the bot diff --git a/docs/install_windows.rst b/docs/install_windows.rst index b0a3422a8..56dbb9e66 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -21,6 +21,10 @@ Needed Software .. attention:: Please choose the option to "Run Git from the Windows Command Prompt" in Git's setup +* `Java `_ - needed for Audio + +.. attention:: Please choose the "Windows Online" installer + -------------- Installing Red --------------