Copyright 1997, 1998, Ken Fox
All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of either:
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 either the GNU General Public License or the Artistic License for more details.
You should have received a copy of the Artistic License with this Kit, in the file named "Artistic". If not, I'll be glad to provide one.
You should also have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
To build the release:
If you are on a system that is not already defined in the config.pm, please send me the necessary changes so it is supported in a future release. Thanks!
If everything builds properly, you will have a new "./blib" directory with all the modules installed into it. Please do not install this into your perl site directory unless you are SURE you want to deal with beta software. The software probably has unknown bugs and may change in incompatible ways.
6. If you really want to use beta software, install the X11
modules into your site directory by running "make install"
You can test the modules by running some of the scripts in the examples directory. In particular, try "xppcamshaft.pl" because that uses quite a few different Motif widgets in a real-world example. If you have a minimal Perl installation, try "test.pl" for a tiny demo. There aren't any regression style tests, so don't try to run a "make test".
Please send bug reports to <fox@vulpes.com>. Include a typescript session of the bug and the output of "perl -V". If you run into compilation errors, please send your config.pm along with the complete output of make.
Documentation in "./doc" is far from complete, but it should enable an experienced Motif programmer to start using the module.
Three areas where I could use additional help are writing widget demonstrations, writing documentation and incorporating new widgets. I'm spending most of my time writing documentation; the code itself is fairly stable.
Any questions or comments? Please send them to <fox@vulpes.com>.