1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Show Q
------
ShowQ is audio / MIDI trigger software for theatre productions.
Requirements
------------
The software requirements for build and runtime are as follows:
- C++11 compiler
- python (required for build only for waf)
http://www.python.org/
- gtkmm-2.4
http://www.gtkmm.org
- libxml++
http://libxmlplusplus.sourceforge.net/
- Jack Audio Connection Kit
http://jackaudio.org/
- ALSA
http://www.alsa-project.org/
- sndfile
http://www.mega-nerd.com/libsndfile/
- samplerate
http://www.mega-nerd.com/SRC/
- libuuid
Installation
------------
The installation procedure is as follows:
./waf configure
./waf
and as root:
./waf install
to install to /usr rather than /usr/local:
./waf --prefix=/usr install
License
-------
Show Q is distributed under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version. A copy of this license
can be found in the file COPYING included with the source code of this
program.
Ideas, questions, patches and bug reports
-----------------------------------------
http://www.github.com/evandelisle/showq
--
Errol van de l'Isle
|