1
0
Fork 0

download_and_compile.sh: update warning message

This commit is contained in:
Florent Rougon 2019-04-24 19:06:55 +02:00
parent f826f8c4b2
commit 07d1b0e882

View file

@ -557,16 +557,17 @@ unset -v site
####################################################### #######################################################
# Warning about compilation time and size # Warning about compilation time and size
# Idea from Jester # Idea from Jester
echo "**************************************" echo '**********************************************************************'
echo "* *" echo '* *'
echo "* Warning, the compilation process *" echo '* Warning: a typical SimGear + FlightGear + FGData build requires *'
echo "* is going to use 12 or more Gbytes *" echo '* about 12 GiB of disk space. The compilation part may last from a *'
echo "* of space and at least a couple of *" echo '* few minutes to hours, depending on your computer. *'
echo "* hours to download and build FG. *" echo '* *'
echo "* *" echo '* Hint: use the -j option if your CPU has several cores, as in: *'
echo "* Please, be patient ...... *" echo '* *'
echo "* *" echo '* download_and_compile.sh -j$(nproc) *'
echo "**************************************" echo '* *'
echo '**********************************************************************'
####################################################### #######################################################
####################################################### #######################################################