diff options
author | Bradley Sepos <[email protected]> | 2016-12-22 01:58:13 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-12-22 02:55:27 -0500 |
commit | d6e2e09ee7c00d9ed371d0a9b16ca87b6ee417e1 (patch) | |
tree | 93093f95fb9b0bce7258634cb7dcf10aedcaa900 /doc/texi/building/chapter.quickstart.texi | |
parent | 6ccbfa43e09d1c8c22c4a1c2749a5bf4b6e017e2 (diff) |
doc: Remove legacy documentation.
Superseded by https://handbrake.fr/docs
Diffstat (limited to 'doc/texi/building/chapter.quickstart.texi')
-rw-r--r-- | doc/texi/building/chapter.quickstart.texi | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/texi/building/chapter.quickstart.texi b/doc/texi/building/chapter.quickstart.texi deleted file mode 100644 index 56b18b3c1..000000000 --- a/doc/texi/building/chapter.quickstart.texi +++ /dev/null @@ -1,21 +0,0 @@ -@anchor{quickstart} -@chapter QuickStart -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. - -@example -@COMMAND-checkout{} -./configure --launch -@end example - -The special option @command{--launch} selects launch mode and performs the following steps: - -@itemize -@item assert scratch directory @file{build/} does not exist -@item create scratch directory @file{build/} -@item change to directory @file{build/} -@item launch @command{make} -@item capture build output to @file{build/log/build.txt} -@item echo build output -@item print elapsed time -@item indicate if build ultimately succeeded or failed -@end itemize |