|
@@ -252,7 +252,7 @@ PKG_CONFIG_PATH+=":/usr/local/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfi
|
|
|
export PKG_CONFIG_PATH
|
|
|
|
|
|
buildEssentialLib() {
|
|
|
- sudo apt-get install -y build-essential autoconf m4 libtool curl pkg-config lv2-dev lilv-utils -y
|
|
|
+ sudo apt-get install build-essential autoconf m4 libtool curl pkg-config cmake lv2-dev lilv-utils -y
|
|
|
echo "building Essential Lib"
|
|
|
echo "======================="
|
|
|
if [ "$useGitLib" -eq 1 ]; then
|
|
@@ -797,7 +797,7 @@ if command_exists "python3"; then
|
|
|
sudo -I pip3 install meson ninja
|
|
|
fi
|
|
|
fi
|
|
|
-chmod +x install.sh && ./install.sh
|
|
|
+chmod +x install.sh && sudo ./install.sh
|
|
|
build_done "speech-denoiser"
|
|
|
|
|
|
exit 0
|