summaryrefslogtreecommitdiffstats
path: root/doc/texi/building/chapter.quickstart.texi
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-03-02 07:30:13 +0000
committerkonablend <[email protected]>2009-03-02 07:30:13 +0000
commit8cfa7b9504c66677bff67d9097541f62ea7e3a40 (patch)
tree3012e41c5e7cfff616714fc5a60c09ecd4fbd31e /doc/texi/building/chapter.quickstart.texi
parentb562bba490ec89339ad839f2e519e5c710fdbaeb (diff)
BuildSystem:
- split build guide into 3 articles, one for each platform - populated root of tree with 3 platform Building guides: osx, cygwin, linux for convenience - added python script (needs python3.0) to optionally generate wiki from .texi articles git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2195 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/texi/building/chapter.quickstart.texi')
-rw-r--r--doc/texi/building/chapter.quickstart.texi19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/texi/building/chapter.quickstart.texi b/doc/texi/building/chapter.quickstart.texi
new file mode 100644
index 000000000..7829087e4
--- /dev/null
+++ b/doc/texi/building/chapter.quickstart.texi
@@ -0,0 +1,19 @@
+@anchor{quickstart}
+@chapter QuickStart
+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{overview}.
+
+@example
+./configure --launch
+@end example
+
+The special option @command{--launch} selected 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.txt}
+@item echo build output
+@end itemize