This is a port of GNU Bool 0.2 to MSDOS/DJGPP.

1.:     DJGPP specific changes.
        =======================

        Minor changes needed to make the testsuite run from
        a different partition than where the sources are located.


2.:     Installing the binary package.
        ==============================

2.1.:   Copy the binary distribution into the top DJGPP installation directory
        and unzip it running *ONE* of the following commands:
          unzip32 bool021b.zip      or
          djtarx bool021b.zip       or
          pkunzip -d bool021b.zip

        For futher information about GNU Bool please read the man pages and
        the README and NEWS files.


3.:     Building the binaries from sources.
        ===================================

3.1.:   To build the binaries you will need the following binary packages:
          djdev203.zip (NOT a prior version)
          bsh203b.zip  (NOT a prior version)
          gcc302b.zip, bnu2112b.zip, mak3791b.zip,
          fil40b.zip, shl20jb.zip, txt20b.zip,
          txi40b.zip, grep24b.zip, sed302b.zip
          and gwk306b.zip to run the testsuite.


        All this packages can be found in the v2gnu directory of any
        Simtel.NET mirror.
        You will need bsh203b.zip and *NOT* a prior version or the build will
        fail. The same applies to djdev203.zip. Later versions of this packages
        will to the job as well. All the other packages are the ones I have
        used to build the binaries from this source. Previuos versions of this
        packages may do the job as well but I have not tested this.

3.2.:   Create a temporary directory. Copy the source package: bool02s.zip
        into the directory and unzip it runnig ONE of the following commands:
          unzip32 bool021s.zip      or
          djtarx bool021s.zip       or
          pkunzip -d bool021s.zip

3.3.:   This package is already preconfigured for djdev203. To compile the
        sources run the command:
          make

        To start the testsuite run the command:
          make check

        To install the products run the command:
          make install

        This will install the products into your DJGPP directory tree specified
        by the value of DJDIR. If you prefer to install into some other directory
        then run a command like this:
          make install prefix=z:/some/other/dir

        This will install the products into the derectory specified by the value
        of prefix.

3.4.:   If for some reason you want to reconfigure the package, change into the
        top srcdir (bool-0.2-1), delete the file djgpp/config.cache and run the
        following commands:
          make distclean
          djgpp\config

        Please note that you *MUST* delete the config.cache file or you will
        *NOT* reconfigure your package. In this case the configuration
        informations will be read from the cache file instead of being newly
        computed.
        To build the programs in a directory other than where the sources are,
        you must add the parameter that specifies the source directory,
        e.g:
          x:\src\gnu\bool-0.2-1\djgpp\config x:/src/gnu/bool-0.2-1

        Lets assume you want to build the binaries in a directory placed on a 
        different drive (z:\build in this case) from where the sources are,
        then you will run the following commands:
          z:
          md \build
          cd \build
          x:\src\gnu\bool-0.2-1\djgpp\config x:/src/gnu/bool-0.2-1



        Send bool specific bug reports to <bug-bool@gnu.org>.
        Send suggestions and bug reports concerning the DJGPP port
        to comp.os.msdos.djgpp or <djgpp@delorie.com>.

Enjoy.

          Guerrero, Juan Manuel <st001906@hrz1.hrz.tu-darmstadt.de>
