RCS $Id: MakeBinDist.txt,v 1.1 2001/03/23 18:49:07 ioilam Exp $

                    ==================================
                    MAKING THE TIX BINARY DISTRIBUTION
                    ==================================

    This document describes how to make a binary distribution package
    for Tix.

    Currently only Win32 binary package is supported. Support for
    Linux RPM is planned.

=========================
Win32 Binary Distribution
=========================

[1] Tools Required

    + Get Inno from
          http://www.jrsoftware.org/isinfo.htm

    + Get HTMLDoc from
          http://www.easysw.com/htmldoc
       or http://tixlibrary.sourceforge.net/tools/

    + GNU make. This can be downloaded as part of Cygwin.

[2] Build win32. (Read win/README.txt)

    cd win
    gnumake -f makefile.gnu       .. or ..
    nmake -f makefile.vc

[3] Build man PDF files (need gnumake, works on win32 & unix)

    cd man
    gnumake

[4] Run tools/tixsetup.iss

