File: README.md

package info (click to toggle)
showq 0.4.1%2Bgit20200907-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 708 kB
  • sloc: cpp: 5,123; python: 20; xml: 19; makefile: 3
file content (56 lines) | stat: -rw-r--r-- 1,286 bytes parent folder | download | duplicates (3)
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