X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=doc%2FBUILD-Linux;h=e84b31c1041ac455f79f16bca5bf2ed3e4de8cad;hb=4f0019f03c2e85e8634150ff0c9a31bee6d35ce5;hp=54505d22a5c8c2047d14d4b4bb0255a9ad197ddb;hpb=4b626b6094424fc925401617b84535a5dc24caab;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/doc/BUILD-Linux b/doc/BUILD-Linux index 54505d22..e84b31c1 100644 --- a/doc/BUILD-Linux +++ b/doc/BUILD-Linux @@ -1,4 +1,4 @@ -Guide to Building HandBrake svn2413 (2009051201) on Linux +Guide to Building HandBrake svn3269 (2010042701) 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 @@ -58,11 +66,11 @@ Linux; but is not necessarily the only configuration that is possible: The following general tools are used on various platforms and it is recommended you use these versions or similar: - * subversion - 1.5.5 + * subversion - 1.6.2 * python - Python 2.4.6 - * curl - curl 7.19.3 (or wget) + * curl - curl 7.19.4 (or wget) * m4 - GNU M4 1.4.6 @@ -78,18 +86,22 @@ 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: - * build-essential +Ubuntu 9.10 - 10.04 packages: + * subversion (cli/gui) - * autoconf (gui) + * yasm (cli/gui) - * intltool (gui) + * build-essential (cli/gui) - * libtool (gui) + * autoconf (cli/gui) - * zlib1g-dev (gui) + * libtool (cli/gui) - * libbz2-dev + * zlib1g-dev (cli/gui) + + * libbz2-dev (cli/gui) + + * intltool (gui) * libglib2.0-dev (gui) @@ -97,11 +109,9 @@ Ubuntu 8.10 packages: * libgtk2.0-dev (gui) - * libhal-dev (gui) + * libgudev-1.0-dev (gui) - * libhal-storage-dev (gui) - - * libgtkhtml3.14-dev (gui) + * libwebkit-dev (gui) * libnotify-dev (gui) @@ -111,12 +121,12 @@ Ubuntu 8.10 packages: To install these packages: sudo apt-get install subversion yasm build-essential \ - autoconf intltool libtool zlib1g-dev libbz2-dev libglib2.0-dev \ - libdbus-glib-1-dev libgtk2.0-dev libhal-dev libhal-storage-dev \ - libgtkhtml3.14-dev libnotify-dev libgstreamer0.10-dev \ + 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 -Fedora 10 package groups: +Fedora 12 - 13 package groups: * Development Tools * Development Libraries @@ -129,16 +139,18 @@ To install these package groups: sudo yum groupinstall "Development Tools" "Development Libraries" \ "X Software Development" "GNOME Software Development" -Additional Fedora 10 packages: - * zlib-devel (gui) +Additional Fedora packages: + * yasm (cli/gui) + + * zlib-devel (cli/gui) - * bzip2-devel + * bzip2-devel (cli/gui) * dbus-glib-devel (gui) - * hal-devel (gui) + * libgudev1-devel (gui) - * gtkhtml3-devel (gui) + * webkitgtk-devel (gui) * libnotify-devel (gui) @@ -148,7 +160,7 @@ Additional Fedora 10 packages: To install these packages: sudo yum install yasm zlib-devel bzip2-devel \ - dbus-glib-devel hal-devel gtkhtml3-devel libnotify-devel\ + dbus-glib-devel libgudev1-devel webkitgtk-devel libnotify-devel\ gstreamer-devel gstreamer-plugins-base-devel 3 QuickStart @@ -157,7 +169,7 @@ To install these packages: This chapter is for building from a terminal/shell environment in as few commands as possible. Upon completion of the following commands you should have a fresh build of HandBrake. Further instructions are -available beginning with *Note overview:: which describes procedures +available beginning with *note overview:: which describes procedures suitable for repeating builds. This chapter should be skipped by those seeking more than a minimalist build. @@ -373,9 +385,9 @@ scoped targets: --------------------- Contrib modules such as `a52dec', `bzip2', `faac', `faad2', `ffmpeg', -`lame', `libdca', `libdvdread', `libmkv', `libmp4v2', `libogg', -`libsamplerate', `libtheora', `libvorbis', `mpeg2dec', `x264', -`xvidcore' and `zlib' have the following scoped targets: +`lame', `libdca', `libdvdread', `libmkv', `libogg', `libsamplerate', +`libtheora', `libvorbis', `mp4v2', `mpeg2dec', `x264' and `zlib' have +the following scoped targets: `make MODULE.fetch' Download source tarball from the Internet and save to @@ -496,7 +508,7 @@ be lost. Here is a short example of what the contents of `_SRC_/custom.defs' might contain: ## bump to gcc-4.2 in current path - GCC.gcc = gcc-4.2 + GCC.gcc = /usr/bin/gcc-4.2 ## replace optimize for 'speed' with more aggressive settings GCC.args.O.speed = -O3 -fomit-frame-pointer -msse4.2 @@ -536,7 +548,7 @@ Appendix A Project Repository Details root: svn://svn.handbrake.fr/HandBrake branch: trunk uuid: b64f7644-9d1e-0410-96f1-a4d463321fa5 - rev: 2413 - date: 2009-05-12 14:06:22 -0400 + rev: 3269 + date: 2010-04-27 09:51:55 -0700 type: developer