From 07d1b0e8821e3f08e90727642bfef5c197700b04 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Wed, 24 Apr 2019 19:06:55 +0200 Subject: [PATCH] download_and_compile.sh: update warning message --- download_and_compile.sh | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index 6e89c61..a8ddd74 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -557,16 +557,17 @@ unset -v site ####################################################### # Warning about compilation time and size # Idea from Jester -echo "**************************************" -echo "* *" -echo "* Warning, the compilation process *" -echo "* is going to use 12 or more Gbytes *" -echo "* of space and at least a couple of *" -echo "* hours to download and build FG. *" -echo "* *" -echo "* Please, be patient ...... *" -echo "* *" -echo "**************************************" +echo '**********************************************************************' +echo '* *' +echo '* Warning: a typical SimGear + FlightGear + FGData build requires *' +echo '* about 12 GiB of disk space. The compilation part may last from a *' +echo '* few minutes to hours, depending on your computer. *' +echo '* *' +echo '* Hint: use the -j option if your CPU has several cores, as in: *' +echo '* *' +echo '* download_and_compile.sh -j$(nproc) *' +echo '* *' +echo '**********************************************************************' ####################################################### #######################################################