From 01ba11d146d78c541e86ecc9ad8bdc83af246253 Mon Sep 17 00:00:00 2001 From: Chetan Malhotra Date: Sat, 15 May 2021 19:32:11 +0530 Subject: [PATCH] Update README --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 4158a9be..fe2ad2d9 100644 --- a/README +++ b/README @@ -1,9 +1,10 @@ RNNoise is a noise suppression library based on a recurrent neural network. To compile, just type: -% ./autogen.sh -% ./configure -% make +1. brew install automake autoconf libtool (For mac users only) +2. ./autogen.sh +3. ./configure +4. make Optionally: % make install