File: README

package info (click to toggle)
qastools 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,896 kB
  • ctags: 3,525
  • sloc: cpp: 35,509; python: 148; sh: 10; makefile: 4
file content (72 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download | duplicates (4)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
About
-----

QasTools is a collection of Qt-based mixer and setup tools for the
Linux sound system ALSA.


Copying
-------

QasTools is distributed under the terms in the COPYING text file that
comes with this package.


Requirements
------------

The following libraries are required on runtime.
(Debian squeeze package names)

libasound2
libqtcore4
libqtgui4
libqt4-network
libqt4-svg

The Qt libraries must be of version 4.6 at least.


Installation
------------

The following packages are required for a successful build.
(Debian squeeze names)

libasound2-dev - ALSA library develoment files
libqt4-dev     - Qt development files
cmake          - The build system


QasTools uses the CMake build system.

For a system wide installation type:

tar -xjf qastools_X.Y.Z.bz2
cd qastools_X.Y.Z
mkdir build
cd build
cmake ..
make -j8
sudo make install


For a local build instead call:

tar -xjf qastools_X.Y.Z.bz2
cd qastools_X.Y.Z
mkdir install
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make -j8
make install


Authors
-------

QasTools was written by:

Sebastian Holtermann <sebholt@xwmw.org>