From bdf507a12106c0d758db40f3b7e2f86aacef9c16 Mon Sep 17 00:00:00 2001 From: Serhii Date: Thu, 20 Mar 2025 19:24:06 +0000 Subject: [PATCH] Update of README, minor installation steps In process of installation of this tool i have issue with compiling. To fix it on clean installation of Ubuntu 24.04 LTS you need to do: sudo apt install libtool --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index b8b2c461..c1631480 100644 --- a/README +++ b/README @@ -9,6 +9,7 @@ https://arxiv.org/pdf/1709.08243.pdf An interactive demo of version 0.1 is available at: https://jmvalin.ca/demo/rnnoise/ To compile, just type: + % ./autogen.sh % ./configure % make @@ -16,6 +17,9 @@ To compile, just type: Optionally: % make install +If you have some errors in process of compiling of this project, try to install libtool: +sudo apt install libtool + It is recommended to either set -march= in the CFLAGS to an architecture with AVX2 support or to add --enable-x86-rtcd to the configure script so that AVX2 (or SSE4.1) can at least be used as an option.