summaryrefslogtreecommitdiffstats
path: root/doc/texi/Building.mingw.texi
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2016-12-22 01:58:13 -0500
committerBradley Sepos <[email protected]>2016-12-22 02:55:27 -0500
commitd6e2e09ee7c00d9ed371d0a9b16ca87b6ee417e1 (patch)
tree93093f95fb9b0bce7258634cb7dcf10aedcaa900 /doc/texi/Building.mingw.texi
parent6ccbfa43e09d1c8c22c4a1c2749a5bf4b6e017e2 (diff)
doc: Remove legacy documentation.
Superseded by https://handbrake.fr/docs
Diffstat (limited to 'doc/texi/Building.mingw.texi')
-rw-r--r--doc/texi/Building.mingw.texi62
1 files changed, 0 insertions, 62 deletions
diff --git a/doc/texi/Building.mingw.texi b/doc/texi/Building.mingw.texi
deleted file mode 100644
index 314436237..000000000
--- a/doc/texi/Building.mingw.texi
+++ /dev/null
@@ -1,62 +0,0 @@
-\input texinfo @c -*- Texinfo -*-
-@c %**start of header
-@setfilename Building.mingw.info
-@include base/article.texi
-@include building/command.texi
-@paragraphindent none
-
-@set BG-platform @value{OS-mingw}
-@c %**end of header
-
-@majorheading Guide to Building @value{HB-title} on @value{BG-platform}
-@contents
-@sp 1
-@include building/chapter.introduction.texi
-
-@c %**-------------------------------------------------------------------------
-@anchor{prerequisites}
-@chapter Prerequisites
-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 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 or newer
-@item Please be aware libfftw3-dev can cause build failures. You currently need to remove this package if installed for HandBrake to build.
-@end itemize
-
-
-@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.
-
-The following is an example:
-@end quotation
-
-@example
-../configure --cross=x86_64-w64-mingw32 --launch
-@end example
-
-@include building/prerequisites.common.texi
-
-@c %**-------------------------------------------------------------------------
-@include building/chapter.quickstart.texi
-
-@anchor{overview}
-@chapter Overview
-@value{OS-mingw} builds are performed from a @b{terminal}. There is no support for building from any IDEs.
-
-@c %**-------------------------------------------------------------------------
-@include building/chapter.via.terminal.texi
-@include building/chapter.troubleshooting.texi
-@include building/appendix.repo.texi