diff options
author | Peter Powell <petpow@saberuk.com> | 2019-02-06 23:15:33 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-02-06 23:15:33 +0000 |
commit | 88d5659922bd71843803d3ce087023cb7aacc028 (patch) | |
tree | 49fb84330fe46ef96f454116aacdf608b1e910a7 /configure | |
parent | 577cc512e4c2be2cfdff0f414f1c3081a414ac7f (diff) |
Tell people to run `make install` instead of just `make`.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -397,7 +397,7 @@ print_format <<"EOM"; <|GREEN Execution User:|> $config{USER} ($config{UID}) <|GREEN Socket Engine:|> $config{SOCKETENGINE} -To build with these settings run '<|GREEN make -j${\get_cpu_count}|>' now. +To build with these settings run '<|GREEN make -j${\get_cpu_count} install|>' now. EOM |