OSDN Git Service

fix: cannot preview with QT
[handbrake-jp/handbrake-jp.git] / doc / texi / building / chapter.quickstart.texi
1 @anchor{quickstart}
2 @chapter QuickStart
3 This chapter is for building from a terminal/shell environment in as few commands as possible. Upon completion of the following commands you should have a fresh build of @value{HB.name}. Further instructions are available beginning with @ref{overview} which describes procedures suitable for repeating builds. This chapter should be skipped by those seeking more than a minimalist build.
4
5 @example
6 @COMMAND.checkout{}
7 ./configure --launch
8 @end example
9
10 The special option @command{--launch} selects launch mode and performs the following steps:
11
12 @itemize
13 @item assert scratch directory @file{build/} does not exist
14 @item create scratch directory @file{build/}
15 @item change to directory @file{build/}
16 @item launch @command{make}
17 @item capture build output to @file{build/log/build.txt}
18 @item echo build output
19 @item print elapsed time
20 @item indicate if build ultimately succeeded or failed
21 @end itemize