SRF RELEASE 0.1
===============

This is release 0.1 of the SRF package. This package corresponds to v1.3 of the SRF spec.
See srf.sf.net for more details.

INSTALLING ZTR
==============

SRF has a dependancy on ZTR. You must download and install version 1.11.0 of ZTR prior to building SRF.
http://sourceforge.net/project/showfiles.php?group_id=100316&package_id=108243&release_id=578149

Building
========

We use the GNU autoconf build mechanism.

To build:

1. ./configure

"./configure --help" will give a list of the options for GNU autoconf. For
modifying the compiler options or flags you may wish to redefine the CC or
CFLAGS variable.

Eg (in sh or bash):
   CC=cc CFLAGS=-g ./configure

2. make (or gmake)

This will build the sources.

CFLAGS may also be changed a build time using (eg):
    make 'CFLAGS=-g ...'


Under Microsoft Windows we recommend the use of MSYS and MINGW as a
build environment. These contain enough tools to build using the
configure script.
