Next: Installation by hand copying
Up: Installation
Previous: Prerequisite
  Contents
The easiest installation method is using make (if you can):
- Edit the Makefile to prescribe where to put things (Change
MODDIR, DOCDIR and BINDIR).
- Do a make install. This will install python module files,
run tests, make docs and install docs.
That's all you have to do if you've got all tools (See below). I installed
it on Linux, Solaris, and Windows NT with CygWin.
If you want to do it step by step, but still using make (See also the
file INSTALL):
- make installmod will install python module files.
- make examples will run the test examples and put results in the
docs dir.
- make documentation will generate the docs (after making
examples). Note you can download MatPy-docs instead.
- make installdoc will install the documentation files.
Huaiyu Zhu
2002-03-23