diff options
author | Simon Rettberg | 2021-07-16 12:16:15 +0200 |
---|---|---|
committer | Simon Rettberg | 2021-07-16 12:16:15 +0200 |
commit | 7b584f252a4a3d6d22a9b6c7214bccc26dd84021 (patch) | |
tree | e4799f7ee3aea81272a0e9e9900a219116b2133b /mltk | |
parent | [qemu/openjdk-8-jre-headless] Use current Java (diff) | |
download | mltk-7b584f252a4a3d6d22a9b6c7214bccc26dd84021.tar.gz mltk-7b584f252a4a3d6d22a9b6c7214bccc26dd84021.tar.xz mltk-7b584f252a4a3d6d22a9b6c7214bccc26dd84021.zip |
mltk: Update required tools install help
Diffstat (limited to 'mltk')
-rwxr-xr-x | mltk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -126,16 +126,16 @@ check_devtools() { pinfo "For $SYS_DISTRIBUTION you probably need to run:" case $SYS_DISTRIBUTION in ubuntu | debian) - pinfo "apt install build-essential m4 pkg-config cmake automake autoconf binutils lsb-release wget rsync diffutils" + pinfo "apt install build-essential m4 pkg-config cmake automake autoconf binutils lsb-release wget rsync diffutils lsof" pinfo "to install missing development tools." ;; # FIXME: Don't know how precise this filter works so we might want to have a better matching ... opensuse) - pinfo "zypper install gcc gcc-c++ make m4 binutils git module-init-tools patch pkg-config cmake lsb-release wget rsync diffutils" + pinfo "zypper install gcc gcc-c++ make m4 binutils git module-init-tools patch pkg-config cmake lsb-release wget rsync diffutils lsof" pinfo "to install missing development tools." ;; fedora | scientific | centos) - pinfo "yum install redhat-lsb gcc-c++ gcc make m4 binutils pkgconfig patch cmake lsb-release wget rsync diffutils" + pinfo "yum install redhat-lsb gcc-c++ gcc make m4 binutils pkgconfig patch cmake lsb-release wget rsync diffutils lsof" ;; *) perror "No installation help for $SYS_DISTRIBUTION available." |