From 07035d09ca0618ec354e40cd743e538cdcc94da5 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 4 May 2009 12:30:19 +0200 Subject: [PATCH] README: added more recommended libraries Added FFTW3 as recommended library and raised requirement to libsamplerate. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 564f5757f..04b79834e 100644 --- a/README +++ b/README @@ -56,11 +56,12 @@ Optional, but strongly recommended: - libvorbis & libogg with devel-files - libalsa with devel-files - SDL with devel-files -- libsamplerate >= 0.1.3 with devel-files +- libsamplerate >= 0.1.7 with devel-files - libsndfile with devel-files - WINE + WINE-devel-files - stk, libstk + libstk-dev - libfluidsynth with devel files +- fftw3 with devel-files For compiling you should have an up to date GCC with g++.