diff options
author | jstebbins <[email protected]> | 2011-10-22 16:54:06 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-10-22 16:54:06 +0000 |
commit | 8700732ef39eaa67ed996e869a162a9aee72dd9a (patch) | |
tree | e7a75b08be89e35518e382f9f4baba255f70fd13 /doc/BUILD-Linux | |
parent | 76140507f1d927f4faa4b7d806a5ddca4b5d7753 (diff) |
Update linux build documentation
Add fribidi to build dependencies
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4307 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/BUILD-Linux')
-rw-r--r-- | doc/BUILD-Linux | 41 |
1 files changed, 18 insertions, 23 deletions
diff --git a/doc/BUILD-Linux b/doc/BUILD-Linux index 883d03e76..e69baac3d 100644 --- a/doc/BUILD-Linux +++ b/doc/BUILD-Linux @@ -1,4 +1,4 @@ -Guide to Building HandBrake svn3555 (2010092801) on Linux +Guide to Building HandBrake svn4306 (2011102201) on Linux ********************************************************* Table of Contents @@ -38,21 +38,9 @@ Linux; but is not necessarily the only configuration that is possible: * Intel 32-bit or 64-bit kernel - * Ubuntu 8.04, gcc 4.3.0, yasm 0.7.1 + * Ubuntu 10.04, gcc 4.4.3, yasm 0.8.0 - * Ubuntu 8.10, gcc 4.3.2, yasm 0.7.1 - - * Ubuntu 9.04, gcc 4.3.3, yasm 0.7.1 - - * Ubuntu 9.10, gcc 4.4.1, yasm 0.8.0 - - * Fedora 9, gcc 4.3.0, yasm 0.7.1 - - * Fedora 10, gcc 4.3.2, yasm 0.7.1 - - * Fedora 11, gcc 4.4.0, yasm 0.7.2 - - * Fedora 12, gcc 4.4.2, yasm 0.7.2 + * Fedora 14, gcc 4.5.1, yasm 1.0.1 * gcc 4.0.0 or higher is reported to work @@ -86,7 +74,7 @@ The GTK UI introduces some significant extra build requirements. If you intend to disable building the GUI with `configure --disable-gtk' you will not need many of these packages installed: -Ubuntu 9.10 - 10.04 packages: +Ubuntu 10.04 - 10.10 packages: * subversion (cli/gui) * yasm (cli/gui) @@ -101,6 +89,8 @@ Ubuntu 9.10 - 10.04 packages: * libbz2-dev (cli/gui) + * libfribidi-dev (cli/gui) + * intltool (gui) * libglib2.0-dev (gui) @@ -119,12 +109,15 @@ Ubuntu 9.10 - 10.04 packages: * libgstreamer-plugins-base0.10-dev (gui) +Ubuntu 11.04 - 11.10 packages: + * libappindicator-dev (gui) + To install these packages: sudo apt-get install subversion yasm build-essential \ - autoconf libtool zlib1g-dev libbz2-dev intltool libglib2.0-dev \ - libdbus-glib-1-dev libgtk2.0-dev libgudev-1.0-dev \ - libwebkit-dev libnotify-dev libgstreamer0.10-dev \ - libgstreamer-plugins-base0.10-dev + autoconf libtool zlib1g-dev libbz2-dev libfribidi-dev \ + intltool libglib2.0-dev libdbus-glib-1-dev libgtk2.0-dev \ + libgudev-1.0-dev libwebkit-dev libnotify-dev libgstreamer0.10-dev \ + libgstreamer-plugins-base0.10-dev libappindicator-dev Fedora 12 - 13 package groups: * Development Tools @@ -146,6 +139,8 @@ Additional Fedora packages: * bzip2-devel (cli/gui) + * fribidi-devel (cli/gui) + * dbus-glib-devel (gui) * libgudev1-devel (gui) @@ -159,7 +154,7 @@ Additional Fedora packages: * gstreamer-plugins-base-devel (gui) To install these packages: - sudo yum install yasm zlib-devel bzip2-devel \ + sudo yum install yasm zlib-devel bzip2-devel fribidi-devel \ dbus-glib-devel libgudev1-devel webkitgtk-devel libnotify-devel \ gstreamer-devel gstreamer-plugins-base-devel @@ -548,7 +543,7 @@ Appendix A Project Repository Details root: svn://svn.handbrake.fr/HandBrake branch: trunk uuid: b64f7644-9d1e-0410-96f1-a4d463321fa5 - rev: 3555 - date: 2010-09-26 09:13:48 -0700 + rev: 4306 + date: 2011-10-22 09:38:47 -0700 type: developer |