mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 08:16:25 -06:00
build_rust.sh - make is required
This commit is contained in:
parent
32a417327a
commit
3ad129f841
@ -18,6 +18,16 @@ else
|
||||
echo "bpftool found."
|
||||
fi
|
||||
|
||||
if ! make -v &> /dev/null
|
||||
then
|
||||
echo "make is not installed."
|
||||
echo "Let's try to install it"
|
||||
sudo apt install make
|
||||
else
|
||||
echo "make found."
|
||||
fi
|
||||
|
||||
|
||||
if ! pkg-config --help &> /dev/null
|
||||
then
|
||||
echo "pkg-config is not installed."
|
||||
|
Loading…
Reference in New Issue
Block a user