Some Minor build doc updates
authorsr55 <sr55.hb@outlook.com>
Mon, 18 Aug 2014 20:17:11 +0000 (20:17 +0000)
committersr55 <sr55.hb@outlook.com>
Mon, 18 Aug 2014 20:17:11 +0000 (20:17 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6311 b64f7644-9d1e-0410-96f1-a4d463321fa5

doc/texi/Building.mingw.texi
doc/texi/base/glossary.texi
doc/texi/building/chapter.via.terminal.texi

index af1692602fed26bf5a0595f865841701455c6daf..9764bf2ed82d3a841ec8abe79fb0b68f3aa4a023 100644 (file)
@@ -20,7 +20,7 @@ The following are the recommended specifications for building on @value{OS-mingw
 
 @itemize @bullet
 @item Intel 32-bit or 64-bit hardware
-@item @value{OS-mingw} on Fedora 17+, Ubuntu 12+ or Debian, gcc 4.6+
+@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)
 @end itemize
 
@@ -30,11 +30,11 @@ The following are the recommended specifications for building on @value{OS-mingw
 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.
 
-As of this writing, @value{OS-mingw} has available to it several versions of gcc; only one of which may be found and used in the path as @code{gcc} and @code{g++}. Configure will thus find what is probably the older version of gcc in a typical @value{OS-mingw} environment. If you desire to build with the newer gcc, it is found in the path as @command{gcc-4} and @command{g++-4} respectively and you must indicate to configure the desired versions. The following syntax should do the trick:
+The following is an example:
 @end quotation
 
 @example
-../configure --cross=i686-w64-mingw32 --gcc=gcc-4
+../configure --cross=x86_64-w64-mingw32
 @end example
 
 @include building/prerequisites.common.texi
index 9edd3dd6d2ab28931a89619f3265022e18848ead..17229cf30cfbc426c65ee51ea511454f07b02541 100644 (file)
@@ -5,4 +5,4 @@
 @set OS-solaris  Solaris
 @set OS-unix     unix
 @set OS-windows  Windows
-@set OS-mingw    MinGW
+@set OS-mingw    MinGW-W64
index e7190a450698538fbf2befdfb6c574bf453a625b..b5c61eb386d88d552dd312e6b96c5270a3e5e541 100644 (file)
@@ -145,7 +145,7 @@ Clean build output for @i{MODULE}.
 @anchor{terminal.targets.contrib}
 @subsection Contrib Modules
 
-Contrib modules such as @samp{a52dec}, @samp{bzip2}, @samp{faac}, @samp{faad2}, @samp{ffmpeg}, @samp{fontconfig}, @samp{freetype}, @samp{fribidi}, @samp{lame}, @samp{libass}, @samp{libbluray}, @samp{libdca}, @samp{libdvdnav}, @samp{libdvdread}, @samp{libiconv}, @samp{libmkv}, @samp{libogg}, @samp{libsamplerate}, @samp{libtheora}, @samp{libvorbis}, @samp{libxml2}, @samp{mp4v2}, @samp{mpeg2dec}, @samp{x264}, @samp{yasm} and @samp{zlib} have the following scoped targets:
+Contrib modules such as @samp{bzip2}, @samp{ffmpeg}, @samp{fontconfig}, @samp{freetype}, @samp{fribidi}, @samp{lame}, @samp{libass}, @samp{libbluray}, @samp{libdvdnav}, @samp{libdvdread}, @samp{libiconv}, @samp{libogg}, @samp{libsamplerate}, @samp{libtheora}, @samp{libvorbis}, @samp{libxml2}, @samp{x264}, @samp{yasm} and @samp{zlib} have the following scoped targets:
 
 @table @samp
 @item make @i{MODULE}.fetch