Changeset 857 in genapp
- Timestamp:
- Jun 18, 2016, 9:51:53 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbin/install-perl-stable
r854 r857 4 4 echo genapp base directory is $GENAPP 5 5 6 echo "Note: you can provide a -j argument to this command if you want to parallel compile perl (e.g. -j4 for 4 simultaneous processes working on the compilation)" 6 CPUS=`grep processor /proc/cpuinfo | wc -l` 7 CPUS2=$(($CPUS * 2)) 8 9 printf '%80s\n' | tr ' ' - 10 echo "Note: you can provide a -j argument to this command if you want to parallel compile perl." 11 echo " e.g. -j4 for 4 simultaneous processes working on the compilation" 12 echo " Just press control-c and restart if you wish to do this." 13 printf '%80s\n' | tr ' ' - 14 echo "Your system appears to have $CPUS processors, so you could probably do a -j$CPUS or even a -j$CPUS2 compile."; 15 printf '%80s\n' | tr ' ' - 16 sleep 2 7 17 8 18 # is perl installed
Note: See TracChangeset
for help on using the changeset viewer.