diff options
Diffstat (limited to 'doc/texi/Building.mingw.texi')
-rw-r--r-- | doc/texi/Building.mingw.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/texi/Building.mingw.texi b/doc/texi/Building.mingw.texi index 60238761d..af1692602 100644 --- a/doc/texi/Building.mingw.texi +++ b/doc/texi/Building.mingw.texi @@ -1,25 +1,26 @@ -@input texinfo @c -*- Texinfo -*- +\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 mingw +@set BG-platform @value{OS-mingw} @c %**end of header -@majorheading Guide to Building @value{HB.title} on @value{OS.@value{BG.platform}} +@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: +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, gcc 4.6+ +@item @value{OS-mingw} on Fedora 17+, Ubuntu 12+ or Debian, gcc 4.6+ @item yasm 1.2.x (for i386 or x86_64 architectures) @end itemize @@ -29,7 +30,7 @@ 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: +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: @end quotation @example @@ -43,7 +44,7 @@ As of this writing, @value{OS.mingw} has available to it several versions of gcc @anchor{overview} @chapter Overview -@value{OS.mingw} builds are performed from a @b{terminal}. There is no support for building from any IDEs. +@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 |