mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-05 18:58:53 -05:00
Updated Installing on Linux (markdown)
parent
6dd4a59dfc
commit
bcd572d978
@ -46,12 +46,15 @@ sudo ./configure --enable-nonfree --enable-gpl --enable-libx264 --enable-x11grab
|
||||
|
||||
###FFmpeg Raspberry Pi
|
||||
```
|
||||
cd
|
||||
cd /usr/src
|
||||
git clone git://git.videolan.org/x264
|
||||
cd x264
|
||||
sudo ./configure --host=arm-unknown-linux-gnueabi --enable-static --disable-openc
|
||||
sudo ./configure --host=arm-unknown-linux-gnueabi --enable-static --disable-opencl
|
||||
sudo make
|
||||
sudo makeinstall
|
||||
sudo make install
|
||||
cd
|
||||
cd /usr/src
|
||||
git clone git://source.ffmpeg.org/ffmpeg.git
|
||||
cd ffmpeg
|
||||
sudo ./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree --enable-openssl
|
||||
@ -64,14 +67,14 @@ sudo make install
|
||||
|
||||
###Red
|
||||
```
|
||||
cd
|
||||
cd Desktop/
|
||||
git clone https://github.com/Twentysix26/Red-DiscordBot.git
|
||||
sudo git clone https://github.com/Twentysix26/Red-DiscordBot.git
|
||||
cd
|
||||
clear
|
||||
```
|
||||
|
||||
###Running Red
|
||||
```
|
||||
cd Desktop/Red-DiscordBot/
|
||||
sudo python3 red.py
|
||||
sudo python3 Desktop/Red-DiscordBot/red.py
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user