Browse Source

add sudo install speech-denoiser

gemer 4 years ago
parent
commit
ecdef958a3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      install-ffmpeg

+ 2 - 2
install-ffmpeg

@@ -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