diff options
Diffstat (limited to 'doc/texi/building/chapter.quickstart.texi')
-rw-r--r-- | doc/texi/building/chapter.quickstart.texi | 19 |
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 |