-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.debian
38 lines (28 loc) · 899 Bytes
/
README.debian
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
# Fingertier cookbook for Debian on OM - 2009-04-18
# (c) Christian Wäckerlin
#Starting from a debian on your device/computer
#(assuming you have space to waste on your device)
apt-get install valac build-essential subversion gnome-common
# checkout:
svn checkout http://fingertier.googlecode.com/svn/trunk/ fingertier
cd fingertier
# run the cursed autogen (a tool to make configure scripts)
./autogen.sh
# 'days' later...
# build dependencies:
apt-get install libgtk2.0-dev libgstreamer0.10-dev
# finally: an other tool to make makefiles
./configure
# finally (valac makes vala to C to ...)
make
# if you want to listen some real music (you want):
apt-get install gstreamer0.10-plugins-bad
apt-get install gstreamer0.10-ffmpeg gstreamer-tools
apt-get install gstreamer0.10-plugins-good
# run it:
export DISPLAY=0:0
./src/fingertier
# or install it:
make install
# and run it
fingertier