diff options
author | sr55 <[email protected]> | 2013-01-27 21:20:08 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-01-27 21:20:08 +0000 |
commit | cd34885671f1056a84b04213677f3da396941def (patch) | |
tree | 0a1db182b66efb2d52eb5d31f2cb260a4ed31e41 | |
parent | d6ed924f4217ca3b5bf7aac737640c8ea4019f54 (diff) |
Updating generated docs
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5212 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | doc/BUILD-Linux | 20 | ||||
-rw-r--r-- | doc/BUILD-Mac | 12 | ||||
-rw-r--r-- | doc/BUILD-MinGW | 15 |
3 files changed, 25 insertions, 22 deletions
diff --git a/doc/BUILD-Linux b/doc/BUILD-Linux index e4f70486d..26572e0e2 100644 --- a/doc/BUILD-Linux +++ b/doc/BUILD-Linux @@ -1,4 +1,4 @@ -Guide to Building HandBrake svn4981 (2012092601) on Linux +Guide to Building HandBrake svn5208 (2013012701) on Linux ********************************************************* Table of Contents @@ -38,11 +38,11 @@ Linux; but is not necessarily the only configuration that is possible: * Intel 32-bit or 64-bit kernel - * Ubuntu 10.04, gcc 4.4.3, yasm 0.8.0 + * Ubuntu 12.04, gcc 4.5, yasm 1.2.x - * Fedora 14, gcc 4.5.1, yasm 1.0.1 + * Fedora 17 and 18, gcc 4.5, yasm 1.2.x - * gcc 4.0.0 or higher is reported to work + * gcc 4.5 or higher is reported to work Note: It is recommended to use the platform distribution's standard compiler for maximum C++ compatibility. If you build with @@ -75,7 +75,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 10.04 - 10.10 packages: +Ubuntu 12+ packages: * subversion (cli/gui) * yasm (cli/gui) @@ -126,7 +126,7 @@ Ubuntu 10.04 - 10.10 packages: * libgstreamer-plugins-base0.10-dev (gui) -Ubuntu 11.04 - 11.10 packages: +Ubuntu 12+ packages: * libappindicator-dev (gui) To install these packages: @@ -137,7 +137,7 @@ To install these packages: 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: +Fedora 17+ package groups: * Development Tools * Development Libraries @@ -200,7 +200,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. @@ -590,7 +590,7 @@ Appendix A Project Repository Details root: svn://svn.handbrake.fr/HandBrake branch: trunk uuid: b64f7644-9d1e-0410-96f1-a4d463321fa5 - rev: 4981 - date: 2012-09-25 09:52:53 -0700 + rev: 5208 + date: 2013-01-26 18:47:13 +0000 type: developer diff --git a/doc/BUILD-Mac b/doc/BUILD-Mac index 07f56df84..118109581 100644 --- a/doc/BUILD-Mac +++ b/doc/BUILD-Mac @@ -1,4 +1,4 @@ -Build Guide for HandBrake 4394svn on Mac OS X +Build Guide for HandBrake 5208svn on Mac OS X ********************************************* Table of Contents @@ -55,7 +55,9 @@ possible: * llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) - * yasm 1.1.0.2352 + * yasm 1.2.x + + * xquartz (http://xquartz.macosforge.org/landing/) Note: It is recommended to use the platform distribution's standard compiler for maximum C++ compatibility. If you build with @@ -90,7 +92,7 @@ recommended you use these versions or similar: 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. @@ -699,7 +701,7 @@ Appendix A Project Repository Details root: svn://svn.handbrake.fr/HandBrake branch: trunk uuid: b64f7644-9d1e-0410-96f1-a4d463321fa5 - rev: 4394 - date: 2011-12-30 17:21:44 -0500 + rev: 5208 + date: 2013-01-26 18:47:13 +0000 type: developer diff --git a/doc/BUILD-MinGW b/doc/BUILD-MinGW index 2fa752d1a..f4b0ed98c 100644 --- a/doc/BUILD-MinGW +++ b/doc/BUILD-MinGW @@ -1,4 +1,4 @@ -Guide to Building HandBrake svn4891 (2012080501) on MinGW +Guide to Building HandBrake svn5208 (2013012701) on MinGW ********************************************************* Table of Contents @@ -38,9 +38,9 @@ MinGW; but is not necessarily the only configuration that is possible: * Intel 32-bit or 64-bit hardware - * MinGW on Fedora 16, Ubuntu or Debian, gcc 4.5+ + * MinGW on Fedora 17+, Ubuntu 12+ or Debian, gcc 4.5+ - * yasm 1.1.x.x (for i386 or x86_64 architectures) + * yasm 1.2.x (for i386 or x86_64 architectures) Note: It is recommended to use the platform distribution's standard compiler for maximum C++ compatibility. If you build with @@ -62,7 +62,7 @@ MinGW; but is not necessarily the only configuration that is possible: `g++-4' respectively and you must indicate to configure the desired versions. The following syntax should do the trick: - ../configure --cross=i686-pc-mingw32 --gcc=gcc-4 + ../configure --cross=i686-w64-mingw32 --gcc=gcc-4 The following general tools are used on various platforms and it is recommended you use these versions or similar: @@ -89,7 +89,7 @@ recommended you use these versions or similar: 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. @@ -479,6 +479,7 @@ Appendix A Project Repository Details root: svn://svn.handbrake.fr/HandBrake branch: trunk uuid: b64f7644-9d1e-0410-96f1-a4d463321fa5 - rev: 4891 - date: 2012-08-05 17:23:19 +0100 + rev: 5208 + date: 2013-01-26 18:47:13 +0000 type: developer + |