
This is Aspect, a simple PEC tool.


Documentation, Changelog:

See doxygen-generated HTML files, localy available after building
documentation at ./doc/html/index.html or online at
http://www.woho.de/devel/astro/aspect.html


Installing:

Aspect is testet to compile under Linux and Windows.

On Linux, you need to install the Qt4 development packages provided by
your Linux distribution (e.g. qt4-dev-tools on Debian/Ubuntu). Beware
of conflicts when Qt3 development packages are installed in parallel
(the Qt3 runtime packages are no problem).

On Windows, vou need to install the Qt4 Open Source Edition (see
http://www.trolltech.com/products/qt/downloads) and the minimal MinGW
(see http://www.mingw.org/) package as suggested by the Qt installer.

After unpackaging Aspect, change to the base directory and issue

qmake
make
make doc

For convenience, prebuilt Windows executables are hosted at
http://www.woho.de/devel/astro/aspect.html


Contact:

Aspect is written by Wolfgang Hoffmann <woho@woho.de>

If you like Aspect, find bugs, have feature requests
or other comments, feel free to contact me.

I'm writing this software as musing in my spare time,
so don't expect miracles ;-)


License:

Copyright (C) 2006-2007 by Wolfgang Hoffmann <woho@woho.de>

This program is free software, licensed under the GPL v2.
See the file COPYING for more details.

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.


