update INSTALL instructions. Clang can be used too, and sgmlformat was replaced by jade/openjade and docbook dsssl

This commit is contained in:
Radim Kolar 2014-09-07 22:17:51 +02:00
parent b43ea3f23f
commit 795eba7c3b

View File

@ -13,11 +13,11 @@ Building:
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.
and http://gcc.gnu.org. Its possible to use Clang as replacement
for GCC.
For building optional documentation you need sgmlformat-1.7.tar.gz
from ftp://ftp1.freebsd.org:/pub/FreeBSD/distfiles and docbook which
will be probably already included in your distro.
For building optional documentation you need jade or openjade and
DocBook DSSSL stylesheets.
SCons is replacement for configure and make utility; there is no
separate configuration step. Building with SCons is very similar