Contents . 1. Front Matter |
Previous 1.1. Whetting Your Appetite |
Next 2. Midithing Objects |
After you have unpacked the source archive, cd to the midithing top directory. Do a
$ ./configure.py --help
to find out about the different features of midithing that you can compile in, and which of these are available on your system. The configure.py script without any additional parameters will try to enable all options. So,
$ ./configure.py --without-gtk
for example will configure midithing to be built without the Gtk event viewer widget. Next,
$ make
will build the python extension module. You can now test it, later you can install it by doing
# make install
If something goes wrong, you can always reach me by mail to tim@quitte.de.
midithing 0.3.22 documentation | © Tim Goetze | Nov. 06 2001 |