-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
35 lines (25 loc) · 732 Bytes
/
INSTALL
File metadata and controls
35 lines (25 loc) · 732 Bytes
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
Build Deps:
- gtkmm-3.0 (libgtkmm-3.0-dev package in Ubuntu)
- gtkmm-2.4 (only for build with gtkmm-2.4 instead of gtkmm-3.0)
- glib (libglibmm-2.4-dev package in Ubuntu)
- alsa/asoundlib (libasound2-dev package in Ubuntu)
- libpule (only for build with pulseaudio support)
- cmake >= 2.8.0
------------------------
Howto build application:
------------------------
----------------------------
if You have cmake installed:
----------------------------
$ mkdir build && cd build
$ cmake ..
You can use
$ cmake -DCMAKE_INSTALL_PREFIX=/dir ..
to set install prefix to /dir
to build with pulseaudio support:
$ cmake -DUSE_PULSE=ON ..
to build with gtkmm-2.4 support:
$ cmake -DUSE_GTK3=OFF ..
and than:
$ make
$ make install