Download
Feel free to download and distribute the Expression tool kit.
Please note that these files will be updated regulary.
Legalese
Copyright (C) 2002 C. Kotterink
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Download
Installation
Expression was tested on Windows 98/NT using Cygwin (statically linked) and on linux (as ELF).
To install Expression follow the following easy steps:
- Unpack the expression source file to a directory, e.g. d:/expression
- Set the environment variable EXPORT_PATH, this is the directory where Expression files will be exported to. This path may be the same as the source directory.
- You will probably want to add the directory $EXPORT_PATH\bin to your path.
- Optionally set the environment variable DATA_PATH to a directory holding all your data (typically $EXPORT_PATH\data).
- Linux users must add the directory $EXPORT_PATH\lib to LD_LIBRARY_PATH, if they want to build Expression as ELF (or add the path to ld.config).
- Build the software, type 'make' in the Expression directory. Cygwin users must type 'make static' to build Expression as a static executable.