dnf -y install epel-release dnf -y update dnf install -y gcc gcc-c++ make automake autoconf patch dnf install -y git dnf install -y python36 dnf install -y ncurses-devel cd /usr/local/src/ git clone git://github.com/martine/ninja.git cd ninja/ python3 bootstrap.py cp ninja /usr/local/bin/ cd /usr/local/src/ git clone https://github.com/flok99/multitail.git cd multitail/ make install
安裝出錯
[root@localhost multitail]# make install cmake --build ../.build-multitail-Debug --target install ninja: error: loading 'build.ninja': No such file or directory make: *** [GNUmakefile:65: install] Error 1