note that we need flex for compiling FSP

This commit is contained in:
Radim Kolar 2009-09-09 22:04:04 +02:00
parent effdd3481c
commit 59bce3a214

View File

@ -10,6 +10,11 @@ Building:
work fine. Prior to building FSP you need to download and install work fine. Prior to building FSP you need to download and install
SCons from http://www.scons.org. 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 SCons is replacement for configure and make utility; there is no
separate configuration step. Building with SCons is very similar separate configuration step. Building with SCons is very similar
to using make. Run 'scons' to compile and 'scons install' to to using make. Run 'scons' to compile and 'scons install' to