descriptionMMC Control for JACK transport
ownernedko@nedk.org
last changeSun, 7 Aug 2011 08:54:02 +0000 (7 09:54 +0100)
content tags
add:
README
Configuring and installing QJackMMC / jackctlmmc:

When installing a program from source, it's typical to run, "./configure; make; make install" and this program is no exception. A couple of notes though:

- configure will use the standard prefix of "/usr/local" to install your program(s) icon, and .desktop file. Again, this is standard, but it's probably not what you want. The typical spot for a distribution's programs to go, is "/usr" not "/usr/local". If you want to install to "/usr" please pass it as a prefix to configure like this: ./configure --prefix='/usr'

- QJackMMC and jackctlmmc are two sides of the same coin, and are both made and installed by default. But um, maybe you want a one-sided coin. If you just want the GUI program QJackMMC to be installed without jackctlmmc, pass '--enable-cli="no"' to configure. If you want jackctlmmc without QJackMMC, pass "--enable-gui="no"' to configure.

- you can disable Lash support with: ./configure --enable-lash="no"

- you can disable Jack MIDI support with: ./configure --enable-jackmidi="no"

- configure has a lot of standard options not outlined here. Please run this for full information: ./configure --help

- Please visit the project page at http://jackctlmmc.sourceforge.net for a FAQ and contact information if  you have issues.

- Enjoy!
shortlog
2011-08-07 Alex MontgomeryUpdated license to GPL 2+master
2011-05-28 Alex Montgomeryadded LDFLAGS to makefile
2011-05-14 Alex Montgomeryfixed QT dependencies and configure targetv4
2011-05-14 rootremoved stupid uninstall dependency
2011-05-14 Alex Montgomery- minor cleanups, removed kdevelop files.
2011-05-13 Alex Montgomeryfixed the permissions of the .desktop and icon
2011-05-13 Alex Montgomeryamended AUTHORS
2011-05-13 Alex Montgomeryadded new icon, updated NEWS and TODO for release
2011-05-10 Alex Montgomery- fixed XRun on exit, pass CFLAGS to QMAKE.
2011-05-10 Alex Montgomeryfixed CFLAG passing, renamed enable flags to standards.
2011-05-08 Alex Montgomeryredesigned QJackMMC to be always listening, threadsafe
2011-05-08 Alex Montgomerycleanup and refactor to prepare for "always on" listen...
2011-05-08 Alex Montgomeryfixed "about" box, updated TODO
2011-05-08 Alex Montgomeryremoved obsolete lash name event call
2011-05-08 Alex Montgomeryadded config.h.in so users don't have to rerun autoconf
2011-05-07 Alex Montgomeryfixed odd ui issue
...
tags
12 years ago v4 version 4 - jackctlmmc-4.tar.gz
15 years ago v3 version 3 - jackctlmmc-release...
15 years ago v2 version 2 - jackctlmmc-release2...
15 years ago v1 version 1 - jackctlmmc.tgz
15 years ago v0 jackctlmmc-0.tar.gz
heads
12 years ago master