xiph / rnnoise

Recurrent neural network for audio noise reduction
BSD 3-Clause "New" or "Revised" License
3.97k stars 890 forks source link

Installation error #163

Closed TochiEbere closed 3 years ago

TochiEbere commented 3 years ago

I tried to run the autogen.sh script but got the following error instead

Updating build configuration files for rnnoise, please wait.... Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure Makefile.am:9: its definition is in aclocal's search path. autoreconf: automake failed with exit status: 1

Pls how do I go about this?

petterreinholdtsen commented 3 years ago

[Tochi Ebere]

I tried to run the autogen.sh script but got the following error instead

Updating build configuration files for rnnoise, please wait.... Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined

Perhaps you system lack libtool? On debian the package is called 'libtool'.

-- Happy hacking Petter Reinholdtsen

TochiEbere commented 3 years ago

Many thanks @petterreinholdtsen

I tried installing the libtool just as you suggested and the rnnoise installed just fine.