OSDN Git Service

bump x264 to r1271
[handbrake-jp/handbrake-jp-git.git] / doc / texi / Building.cygwin.texi
1 @input texinfo @c -*- Texinfo -*-
2 @c %**start of header
3 @setfilename Building.cygwin.info
4 @include base/article.texi
5 @include building/command.texi
6 @paragraphindent none
7
8 @set BG.platform cygwin
9 @c %**end of header
10
11 @majorheading Guide to Building @value{HB.title} on @value{OS.@value{BG.platform}}
12 @contents
13 @include building/chapter.introduction.texi
14
15 @c %**-------------------------------------------------------------------------
16 @anchor{prerequisites}
17 @chapter Prerequisites
18 The following are the recommended specifications for building on @value{OS.cygwin}; but is not necessarily the only configuration that is possible:
19
20 @itemize @bullet
21 @item Intel 32-bit or 64-bit hardware (only 32-bit product binaries are supported)
22 @item @value{OS.cygwin}, gcc 4.2.4
23 @item yasm 0.7.2.2153 (for i386 or x86_64 architectures)
24 @end itemize
25
26 @include building/prerequisites.bundled.texi
27
28 @quotation Note
29 As of this writing, @value{OS.cygwin} 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.cygwin} 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:
30 @end quotation
31
32 @example
33 ../configure --gcc=gcc-4
34 @end example
35
36 @include building/prerequisites.common.texi
37
38 @c %**-------------------------------------------------------------------------
39 @include building/chapter.quickstart.texi
40
41 @anchor{overview}
42 @chapter Overview
43 @value{OS.cygwin} builds are performed from a @b{terminal}. There is no support for building from any IDEs.
44
45 @c %**-------------------------------------------------------------------------
46 @include building/chapter.via.terminal.texi
47 @include building/chapter.troubleshooting.texi
48 @include building/appendix.repo.texi