

# 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


