OSDN Git Service

BuildSystem: darwin
[handbrake-jp/handbrake-jp-git.git] / doc / texi / building / chapter.overview.texi
1 @anchor{overview}
2 @chapter Build Overview
3 The build system has several
4
5 This chapter is for building from a terminal/shell environment in as few commands as possible. If more flexibility is required you should skip this chapter and jump to @ref{process}.
6
7 @example
8 @COMMAND.checkout{}
9 ./configure --launch
10 @end example
11
12 The special option @command{--launch} selected launch mode and performs the following steps:
13
14 @itemize
15 @item assert scratch directory @file{build/} does not exist
16 @item create scratch directory @file{build/}
17 @item change to directory @file{build/}
18 @item launch @command{make}
19 @item capture build output to @file{build/log.txt}
20 @item echo build output
21 @end itemize