From 795eba7c3b8742f7f2605f7dc39ffb81859a4f9b Mon Sep 17 00:00:00 2001 From: Radim Kolar <> Date: Sun, 7 Sep 2014 22:17:51 +0200 Subject: [PATCH] update INSTALL instructions. Clang can be used too, and sgmlformat was replaced by jade/openjade and docbook dsssl --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 749b3b5..fde235c 100644 --- a/INSTALL +++ b/INSTALL @@ -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