From 59bce3a21418b8c9e03be32376df36164d57e96f Mon Sep 17 00:00:00 2001 From: Radim Kolar <> Date: Wed, 9 Sep 2009 22:04:04 +0200 Subject: [PATCH] note that we need flex for compiling FSP --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index e6230ea..21ce2fc 100644 --- a/INSTALL +++ b/INSTALL @@ -10,6 +10,11 @@ Building: work fine. Prior to building FSP you need to download and install SCons from http://www.scons.org. + Other tools needed for building FSP are GNU flex and GNU C compiler. + They should be part of your Unix distribution but you can also + download and compile them yourself from http://flex.sourceforge.net/ + and http://gcc.gnu.org. + SCons is replacement for configure and make utility; there is no separate configuration step. Building with SCons is very similar to using make. Run 'scons' to compile and 'scons install' to