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