~ubuntu-branches/ubuntu/natty/museek+/natty

« back to all changes in this revision

Viewing changes to murmur/INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2007-09-07 22:44:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070907224415-lpwy5zdp45pljd8i
Tags: 1:0.1.13+svn.20070907.r741-1
* New upstream release: fix implicitly converted pointers (FTBFS on ia64).
* Add an epoch to hijack old murmur package.
* Fix debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Murmur is a PyGTK2 Client for Museek / Museek-Plus
 
2
 
 
3
 
 
4
-< DEPENDENCIES >--------------------------------------------------------------
 
5
 
 
6
Murmur requires:
 
7
 * GTK2   >= 2.4
 
8
 * PyGTK2 >= 2.4
 
9
 * Python >= 2.4
 
10
 * mucipher (encryption Python module that comes with Museek)
 
11
 * messages.py and driver.py from museek+
 
12
 
 
13
To build trayicon, you must have:
 
14
 * Python's development headers
 
15
 * gcc (or another suitable compiler)
 
16
 * pkg-config
 
17
 * GTK2's development headers
 
18
 
 
19
 
 
20
-< INSTALLATION >--------------------------------------------------------------
 
21
 
 
22
To run from source:
 
23
#    ./murmur
 
24
    
 
25
To install, run as root:
 
26
 
 
27
#    make
 
28
#    make install