lucianodato / speech-denoiser

A speech denoise lv2 plugin based on RNNoise library
GNU Lesser General Public License v3.0
285 stars 29 forks source link

Error in Installtion #18

Open roy-bankesh opened 4 years ago

roy-bankesh commented 4 years ago

Hi, I am using a ubuntu 14.04 PC to install speech-denoiser. After giving "chmod +x install.sh && ./install.sh" command i am getting this errors:

./autogen.sh: 10: ./autogen.sh: autoreconf: not found mv: cannot stat ‘../ltmain.sh’: No such file or directory ./install.sh: line 24: ./configure: No such file or directory make: *** No targets specified and no makefile found. Stop. ./install.sh: line 36: meson: command not found ./install.sh: line 41: cd: build: No such file or directory ./install.sh: line 42: ninja: command not found ./install.sh: line 43: ninja: command not found

lucianodato commented 4 years ago

Hi probably all the dependencies needed are not installed. I think those are specified in the readme file

StephanMeijer commented 4 years ago

Possibly you need to also install meson as root user (prefix with sudo: sudo pip3 install meson).