jackmix:0.0.3 and older

Latest (hopefully) stable version in this branch is: jackmix-0.0.3.tar.gz.

Be sure to apply jackmix-0.0.3-r1.diff to make configure require Qt>=3.2.

Please note that JackMix is currently in a very alpha stage. Thats the reason for this low version numbers.

After untarring the package you have to do the normal ./configure && make && make install steps to get a binary called jackmix.

If you want to use unsermake or have other problems you should try a make -f Makefile.cvs in the sourcedir. This also helps if you get an error saying:

/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status

prerequisites

What you need to have for the latest release to build successfully:

  • Qt 3.2 or above with the associated devel-packages
  • jack 0.34.0 or above with the associated devel-packages. I am using version 0.94.0 for development.
  • automake, autoconf, gcc, make and the other normal stuff needed to build packages from source (JackMix also works with KDE's replacement for automake called unsermake.)