Updated Installing on Linux (markdown)

Twentysix 2016-01-14 12:16:42 +01:00
parent bdcef4742a
commit ade39b0d6d

@ -6,11 +6,11 @@ You need some more if you're installing it on Linux though. Freedom doesn't come
##Compiling ffmpeg with openssl support
This is very important. You must specify openssl support when you compile it.
You can follow [this article](http://ask.xmodulo.com/compile-ffmpeg-ubuntu-debian.html) (Ubuntu) or [this article](http://www.jeffreythompson.org/blog/2014/11/13/installing-ffmpeg-for-raspberry-pi/) (raspberry pi) but when you have to configure remember to add the `--enable-openssl` parameter. Like this:
You can follow [this article](http://ask.xmodulo.com/compile-ffmpeg-ubuntu-debian.html) (Ubuntu) or [this article](http://www.jeffreythompson.org/blog/2014/11/13/installing-ffmpeg-for-raspberry-pi/) (Raspberry Pi) but when you have to configure remember to add the `--enable-openssl` parameter. Like this:
###Ubuntu:
`./configure --enable-nonfree --enable-gpl --enable-libx264 --enable-x11grab --enable-zlib --enable-openssl`
###Raspberry pi:
###Raspberry Pi:
`sudo ./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree --enable-openssl`
##Opus