diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index c847719..e9c4e54 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -4,6 +4,10 @@ A general guide, tested on Ubuntu 15.10 and Raspberry Pi (WIP), made by NepNep. Or you might want to try these easy install scripts, [for Ubuntu and Debian Distros](https://github.com/Twentysix26/Red-DiscordBot/wiki/Ubuntu-Debian-Install-script) and [for Raspeberry Pi (Don't Use, WIP) ](https://github.com/Twentysix26/Red-DiscordBot/wiki/Raspberry-Pi-Install-script). +###Lets just get this general headache out of the way +``` +sudo apt-get install software-properties-common python-software-properties git make nasm pkg-config libx264-dev libxext-dev libxfixes-dev zlib1g-dev libssl-dev openssl +``` ###Add the FFMPEG repository first, then install that ``` @@ -11,12 +15,9 @@ cd sudo add-apt-repository ppa:mc3man/trusty-media sudo apt-get install ffmpeg sudo apt-get update -sudo apt-get install libssl-dev openssl -sudo apt-get install git make nasm pkg-config libx264-dev libxext-dev libxfixes-dev zlib1g-dev -sudo apt-get install libxext-dev ``` -###Installing Python 3.5.1 +###Installing Python 3.5.1 (adjust "-j2" to however many cores on your machine. ie -j4) ``` cd sudo mkdir pythonbuild @@ -29,21 +30,13 @@ sudo make -j2 sudo make install ``` -###Installing Git -`sudo apt-get install git` - - ###Requirements ``` sudo pip3.5 install git+https://github.com/Rapptz/discord.py@async sudo pip3.5 install requests sudo pip3.5 install youtube_dl sudo pip3.5 install beautifulsoup4 -``` - - -###Installing Libopus0 -`sudo apt-get install libopus0` +``` ###Red ```