diff options
author | sr55 <[email protected]> | 2014-10-11 17:12:09 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-10-11 17:12:09 +0000 |
commit | e4e52cc0241c57752fb73f4587f3a3a1fc534a68 (patch) | |
tree | 22db62cf6f71a1e196a657b441068da4b7b8a04e /doc | |
parent | 2a9f629b51d19f2790990c48d607b1b01b21d9ca (diff) |
WinGui: Some minor updates to the doc's texi files.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6441 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc')
-rw-r--r-- | doc/texi/Building.linux.texi | 6 | ||||
-rw-r--r-- | doc/texi/Building.mingw.texi | 7 | ||||
-rw-r--r-- | doc/texi/Building.osx.texi | 9 | ||||
-rw-r--r-- | doc/texi/building/method.checkout.texi | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/doc/texi/Building.linux.texi b/doc/texi/Building.linux.texi index 8730fddc4..adfb44632 100644 --- a/doc/texi/Building.linux.texi +++ b/doc/texi/Building.linux.texi @@ -20,9 +20,9 @@ The following are the recommended specifications for building on @value{OS-linux @itemize @bullet @item Intel 32-bit or 64-bit kernel -@item Ubuntu 14.04, gcc 4.8, yasm 1.2.x -@item Fedora 20, gcc 4.8, yasm 1.2.x -@item gcc 4.5 or higher is reported to work +@item Ubuntu 14.04, gcc 4.8, yasm 1.3.x +@item Fedora 20, gcc 4.8, yasm 1.3.x +@item gcc 4.7 or higher is reported to work @end itemize @include building/prerequisites.bundled.texi diff --git a/doc/texi/Building.mingw.texi b/doc/texi/Building.mingw.texi index 9764bf2ed..fafb1c142 100644 --- a/doc/texi/Building.mingw.texi +++ b/doc/texi/Building.mingw.texi @@ -19,9 +19,10 @@ The following are the recommended specifications for building on @value{OS-mingw}; but is not necessarily the only configuration that is possible: @itemize @bullet -@item Intel 32-bit or 64-bit hardware -@item @value{OS-mingw} on Fedora 17+, Ubuntu 12+ or Debian using gcc 4.6+ -@item yasm 1.2.x (for i386 or x86_64 architectures) +@item Intel 64-bit hardware +@item @value{OS-mingw} on Fedora 20+, Ubuntu 14+ or Debian 7+ using gcc 4.7+ +@item Official MinGW-w64 builds are recommended over those provided by distributions. +@item yasm 1.3.x @end itemize @include building/prerequisites.bundled.texi diff --git a/doc/texi/Building.osx.texi b/doc/texi/Building.osx.texi index 9393e031a..bcaa4d3ac 100644 --- a/doc/texi/Building.osx.texi +++ b/doc/texi/Building.osx.texi @@ -20,17 +20,16 @@ Building on @value{OS-osx} is well supported. It is the reference platform for @ @itemize @bullet @item Mac Intel hardware -@item @value{OS-osx} 10.7.5 or @value{OS-osx} 10.8.3 -@item Xcode 4.6.1 (4H512) -@item llvm-gcc-4.2 version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) -@item Xcode command-line tools (installed via Preferences > Downloads > Components) +@item @value{OS-osx} 10.9.4 or later +@item Xcode 6.0.1 +@item Xcode command-line tools (installed via Preferences > Downloads > Components) or download via Appla Developer website. @item XQuartz (http://xquartz.macosforge.org/landing/) @end itemize The following tools are compiled during the build process if necessary, but you can speed up your build by installing them: @itemize @bullet -@item yasm 1.2.0 or later +@item yasm 1.3.0 or later @item autoconf @item automake @item libtool diff --git a/doc/texi/building/method.checkout.texi b/doc/texi/building/method.checkout.texi index 007ae8a25..2869dbcac 100644 --- a/doc/texi/building/method.checkout.texi +++ b/doc/texi/building/method.checkout.texi @@ -6,4 +6,4 @@ Checkout @value{HB-name} from the official source-code repository. Sources are checked out from the @samp{@value{HB-repo-branch}} branch. This document was generated from that very branch, and for example purposes, we will use exactly the same branch. -If you have write-access to the repository, then you may add the appropriate login/password information as needed. It is recommended to use Subversion 1.6.0 or higher. Lower versions should also work. +If you have write-access to the repository, then you may add the appropriate login/password information as needed. It is recommended to use Subversion 1.6.0 or higher. Lower versions may also work. |