~intgr/listen/tweaks

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# default build instruction

make clean
make
make install


# You can change installation directory by do this:
export PREFIX=/usr/local/listen/
make clean
make 
make install


# Some distribution have python-gtkmozembed broken 
# that result to a segment fault when you click on wikipedia or lyrics tab
# On build step you can use a hack provide in the Makefile , intead of type make you can use:
   USE_MOZEMBED_HACK=1 make