OSDN Git Service

BuildSystem:
[handbrake-jp/handbrake-jp-git.git] / doc / texi / Building.linux.texi
1 @input texinfo @c -*- Texinfo -*-
2 @c %**start of header
3 @setfilename Building.linux.info
4 @include base/article.texi
5 @include building/command.texi
6 @paragraphindent none
7
8 @set BG.platform linux
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.linux}; but is not necessarily the only configuration that is possible:
19
20 @itemize @bullet
21 @item Intel 32-bit or 64-bit kernel
22 @item Fedora 8, gcc 4.1.2, yasm 0.6.2.1985
23 @item Fedora 9, gcc 4.3.0, yasm 0.6.2.1985
24 @item Fedora 10, gcc 4.3.2, yasm 0.7.1.2093
25 @item gcc 4.0.0 or higher is reported to work
26 @end itemize
27
28 @include building/prerequisites.bundled.texi
29
30 The @b{GTK UI} introduces some significant extra build requirements. If you intend to disable building the GUI with @command{configure --disable-gtk} you may not need any of these packages installed:
31
32 @itemize @bullet
33 @item build-essential
34 @item autoconf
35 @item intltool
36 @item libtool
37 @item zlib1g-dev
38 @item libbz2-dev
39 @item libglib2.0-dev
40 @item libdbus-glib-1-dev
41 @item libgtk2.0-dev
42 @item libhal-dev
43 @item libhal-storage-dev
44 @item libgtkhtml3.14-dev
45 @item libgstreamer0.10-dev
46 @item libgstreamer-plugins-base0.10-dev
47 @end itemize
48
49 @include building/prerequisites.common.texi
50
51 @c %**-------------------------------------------------------------------------
52 @include building/chapter.quickstart.texi
53
54 @anchor{overview}
55 @chapter Overview
56 @value{OS.linux} builds are performed from a @b{terminal}. There is no support for building from any IDEs.
57
58 @include building/chapter.via.terminal.texi