OSDN Git Service

BuildSystem:
[handbrake-jp/handbrake-jp-git.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 cd build/
9 @end example
10
11 The special option @command{--launch} selects launch mode and performs the following steps:
12
13 @itemize
14 @item assert scratch directory @file{build/} does not exist
15 @item create scratch directory @file{build/}
16 @item change to directory @file{build/}
17 @item launch @command{make}
18 @item capture build output to @file{build/log.txt}
19 @item echo build output
20 @end itemize