Copyright (C) 2010, Mariusz Adamski
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
nPlot -- a minimalistic data analysis application.
Mariusz Adamski <mariusz.adamski@gmail.com>
To report bugs, please visit the tracker at sf.net/tracker/?group_id=170749.
nPlot is licensed under the terms of the GNU GPL v2; see `COPYING' for details.
Portability
-----------
* GNU/Linux:
This program needs Qt4, Cairo, FreeType2 and libxml2 to be compiled/run. To
compile, type `./configure', then `make'. To install the program, type
`make install'. Detailed instructions on how to use the `configure' script you
can find in the INSTALL file. You can uninstall nPlot with `make uninstall'.
* Windows:
Under Windows, you should be using binary packages, but if you really want to
compile it in this environment, I recoment MSYS. It will however require some
degree of `magic' to get the dependencies right; for one, you need to compile
Qt yourself first.
* Free/Open/Dragonfly/NetBSD, OpenSolaris, MacOS X, other POSIXes:
At least in principle, it should be possible to compile nPlot on those
systems, but probably no one ever tried. If you succeed on this, please
let me know.
Subversion
----------
If you want to compile a SVN version, you need additionally automake and
autoconf. You must first run `bootstrap' to prepare the sources. Then, proceed
normally.