Changes between Version 72 and Version 73 of CompilationGuide/Ubuntu
- Timestamp:
- May 30, 2013, 8:51:48 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v72 v73 3 3 [[PageOutline(2, Contents)]] 4 4 5 This guide for '''Ubuntu 13.04 Raring Ringtail''' will provide a local install of the latest FFmpeg tools and libraries including several external encoding and decoding libraries (codecs). This will not provide a system installation and therefore will not interfere with anything such as repository packages. See [[UbuntuCompilationGuide?version=59|these instructions]] if you prefer a system installation.5 This guide for '''Ubuntu 13.04 Raring Ringtail''' and '''Linux Mint 15 Olivia''' will provide a local install of the latest FFmpeg tools and libraries including several external encoding and decoding libraries (codecs). This will not provide a system installation and therefore will not interfere with anything such as repository packages. See [[UbuntuCompilationGuide?version=59|these instructions]] if you prefer a system installation, and recent [http://ffmpeg.org/download.html#LinuxBuilds static builds] are also available for lazy people or those who are unable to compile. 6 6 7 7 Separate guides are available for: … … 16 16 == Get the Dependencies == 17 17 18 '''Note:'''Copy and paste the whole code box for each step.18 Copy and paste the whole code box for each step. 19 19 20 '''Ubuntu Desktop''':21 20 {{{ 22 21 sudo apt-get update … … 26 25 }}} 27 26 28 '''Ubuntu Server''': 29 {{{ 30 sudo apt-get update 31 sudo apt-get -y install autoconf automake build-essential git libass-dev libgpac-dev libmp3lame-dev \ 32 libopus-dev libtheora-dev libtool libvorbis-dev libvpx-dev pkg-config texi2html yasm zlib1g-dev 33 }}} 27 Ubuntu Server or headless users can omit: `libsdl1.2-dev libva-dev libvdpau-dev libx11-dev libxext-dev libxfixes-dev`. 34 28 35 29 ----
