diff options
author | jstebbins <[email protected]> | 2009-12-11 23:28:46 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-12-11 23:28:46 +0000 |
commit | e38eb6fbb48f99364b1da9873f6f7f5ed8cd8122 (patch) | |
tree | 1ac6c08c8b914adc3c977463e7ab423c79b04014 /doc/BUILD-Linux | |
parent | 0698609285f35a0916fe478719ed6f0fd31fd10d (diff) |
documentation: Update linux distributions supported and dependencies
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3026 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/BUILD-Linux')
-rw-r--r-- | doc/BUILD-Linux | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/doc/BUILD-Linux b/doc/BUILD-Linux index 2e2f1f976..ecfc415d4 100644 --- a/doc/BUILD-Linux +++ b/doc/BUILD-Linux @@ -1,4 +1,4 @@ -Guide to Building HandBrake svn2688 (2009071301) on Linux +Guide to Building HandBrake svn3023 (2009121001) on Linux ********************************************************* Table of Contents @@ -38,13 +38,21 @@ Linux; but is not necessarily the only configuration that is possible: * Intel 32-bit or 64-bit kernel - * Ubuntu 8.0.4, gcc 4.3.0, yasm 0.7.1.2093 + * Ubuntu 8.04, gcc 4.3.0, yasm 0.7.1 - * Ubuntu 8.10, gcc 4.3.2, yasm 0.7.1.2093 + * Ubuntu 8.10, gcc 4.3.2, yasm 0.7.1 - * Fedora 9, gcc 4.3.0, yasm 0.7.1.2093 + * Ubuntu 9.04, gcc 4.3.3, yasm 0.7.1 - * Fedora 10, gcc 4.3.2, yasm 0.7.1.2093 + * 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 * gcc 4.0.0 or higher is reported to work @@ -78,7 +86,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 8.10 packages: +Ubuntu 8.04 - 9.10 packages: * subversion (cli/gui) * yasm (cli/gui) @@ -113,6 +121,8 @@ Ubuntu 8.10 packages: * libgstreamer-plugins-base0.10-dev (gui) +Ubuntu 8.04, substitute libwebkitgtk-dev for libwebkit-dev + To install these packages: sudo apt-get install subversion yasm build-essential \ autoconf libtool zlib1g-dev libbz2-dev intltool libglib2.0-dev \ @@ -120,7 +130,7 @@ To install these packages: libwebkit-dev libnotify-dev libgstreamer0.10-dev \ libgstreamer-plugins-base0.10-dev -Fedora 10 package groups: +Fedora 9 - 12 package groups: * Development Tools * Development Libraries @@ -133,7 +143,7 @@ To install these package groups: sudo yum groupinstall "Development Tools" "Development Libraries" \ "X Software Development" "GNOME Software Development" -Additional Fedora 10 packages: +Additional Fedora packages: * yasm (cli/gui) * zlib-devel (cli/gui) @@ -152,6 +162,8 @@ Additional Fedora 10 packages: * gstreamer-plugins-base-devel (gui) +Fedora 9 & 10, substitute WebKit-gtk-devel for webkitgtk-devel + To install these packages: sudo yum install yasm zlib-devel bzip2-devel \ dbus-glib-devel hal-devel webkitgtk-devel libnotify-devel\ @@ -542,7 +554,7 @@ Appendix A Project Repository Details root: svn://svn.handbrake.fr/HandBrake branch: trunk uuid: b64f7644-9d1e-0410-96f1-a4d463321fa5 - rev: 2688 - date: 2009-07-12 22:47:33 -0700 + rev: 3023 + date: 2009-12-10 09:44:05 -0800 type: developer |