diff options
author | sr55 <[email protected]> | 2015-06-26 19:20:39 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-06-26 19:20:39 +0000 |
commit | 3ff2bbc2a5ffae1152797fd1a7a7842143f960fb (patch) | |
tree | baff71b08c904b617ae9346bb2cec8486a531670 /doc/texi | |
parent | 07492ab3d65ddebb3dabcde788b5d4970b61d1c6 (diff) |
Doc: MinGW build doc updates.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7316 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/texi')
-rw-r--r-- | doc/texi/Building.mingw.texi | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/texi/Building.mingw.texi b/doc/texi/Building.mingw.texi index fafb1c142..0752d6aad 100644 --- a/doc/texi/Building.mingw.texi +++ b/doc/texi/Building.mingw.texi @@ -22,12 +22,20 @@ The following are the recommended specifications for building on @value{OS-mingw @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 +@item yasm 1.2 or newer @end itemize -@include building/prerequisites.bundled.texi @quotation Note +We use MinGW-w64 from http://sourceforge.net/projects/mingw-w64/files/?source=navbar + +Please see "Toolchains targetting Win64" -> "Automated Builds" and choose the latest version. + +At the time of writing, "mingw-w64-bin_x86_64-linux_20131228.tar.bz2" is used. + +@end quotation + +@quotation Note2 You must set the --cross flag with configure to cross compile with windows. See the Example below. Note that the cross compiler name varies between distributions. @@ -35,7 +43,7 @@ The following is an example: @end quotation @example -../configure --cross=x86_64-w64-mingw32 +../configure --cross=x86_64-w64-mingw32 --launch @end example @include building/prerequisites.common.texi |