~dhananjaysathe/nuvola-player/TelepathyExt

« back to all changes in this revision

Viewing changes to README.Ubuntu

  • Committer: Jiří Janoušek
  • Date: 2012-07-14 21:23:34 UTC
  • Revision ID: janousek.jiri@gmail.com-20120714212334-4oow3eufqbw0rdme
Build script refactoring with a breakage.

 * More `./waf configure` options, type `./waf --help`
   or `./waf features` for details.
 * All fetures are enabled by default, some of them can
   be disabled if it is not possible to satisfy all
   dependencies. See INSTALL.
 * Removed README.Ubuntu and README.Fedora.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
UBUNTU SPECIFIC INFORMATION
2
 
 
3
 
See README for common information
4
 
 
5
 
    "$" means run in terminal as regular user
6
 
    "#" means run in terminal as root (superuser)
7
 
 
8
 
=== Releases PPA ===
9
 
 
10
 
You can use release builds from Public Package Archive (available at 
11
 
https://launchpad.net/~nuvola-player-builders/+archive/stable).
12
 
Type in terminal following commands:
13
 
 
14
 
    sudo add-apt-repository ppa:nuvola-player-builders/unstable
15
 
    sudo apt-get update && sudo apt-get install nuvolaplayer
16
 
    
17
 
=== Daily builds PPA ===
18
 
 
19
 
You can use daily builds from Public Package Archive (available at 
20
 
https://launchpad.net/~nuvola-player-builders/+archive/unstable).
21
 
Type in terminal following commands:
22
 
 
23
 
    sudo add-apt-repository ppa:nuvola-player-builders/unstable
24
 
    sudo apt-get update && sudo apt-get install nuvolaplayer
25
 
 
26
 
 
27
 
==== Ubuntu Oneiric (11.10) ===
28
 
 
29
 
1.) Build dependencies:
30
 
 
31
 
    # apt-get install libglib2.0-dev libgee-dev libsoup2.4-dev \
32
 
      libgtk2.0-dev libwebkitgtk-dev python valac libnotify-dev \
33
 
      libx11-dev libunique-dev libdbusmenu-glib-dev libunity-dev \
34
 
      intltool librsvg2-bin python-scour libjson-glib-dev
35
 
 
36
 
2.) Compilation
37
 
 
38
 
    $ ./waf distclean
39
 
    $ ./waf configure
40
 
    $ ./waf build
41
 
 
42
 
3.) Installation
43
 
    # ./waf install
44
 
 
45
 
4.) Adobe Flash
46
 
 
47
 
    See http://www.psychocats.net/ubuntu/flash
48
 
 
49
 
5.) Run
50
 
    
51
 
    $ nuvolaplayer
52
 
 
53
 
==== Ubuntu Natty (11.04) ===
54
 
 
55
 
1.) Build dependencies:
56
 
 
57
 
    # apt-get install libglib2.0-dev libgee-dev libsoup2.4-dev \
58
 
      libgtk2.0-dev libwebkitgtk-dev python valac libnotify-dev \
59
 
      libx11-dev libunique-dev libdbusmenu-glib-dev libunity-dev \
60
 
      intltool librsvg2-bin libjson-glib-dev
61
 
 
62
 
2.) Compilation
63
 
 
64
 
    $ ./waf distclean
65
 
    $ ./waf configure
66
 
    $ ./waf build
67
 
 
68
 
3.) Installation
69
 
    # ./waf install
70
 
    # update-icon-caches /usr/local/share/icons/hicolor
71
 
 
72
 
4.) Adobe Flash
73
 
 
74
 
    See http://www.psychocats.net/ubuntu/flash
75
 
 
76
 
5.) Run
77
 
    
78
 
    $ nuvolaplayer
79
 
 
80
 
==== Ubuntu Maverick (10.10) ===
81
 
 
82
 
1.) Build dependencies:
83
 
 
84
 
    # add-apt-repository ppa:vala-team/ppa
85
 
    # apt-get update
86
 
    # apt-get install libglib2.0-dev libgee-dev libsoup2.4-dev \
87
 
      libgtk2.0-dev libwebkit-dev python valac libnotify-dev \
88
 
      libx11-dev libunique-dev libdbusmenu-glib-dev libindicate-dev \
89
 
      intltool librsvg2-bin libjson-glib-dev
90
 
 
91
 
2.) Compilation
92
 
 
93
 
    $ ./waf distclean
94
 
    $ ./waf configure
95
 
    $ ./waf build
96
 
 
97
 
3.) Installation
98
 
    # ./waf install
99
 
 
100
 
4.) Adobe Flash
101
 
 
102
 
    See http://www.psychocats.net/ubuntu/flash
103
 
 
104
 
5.) Run
105
 
    
106
 
    $ nuvolaplayer
107
 
 
108
 
==== Ubuntu Lucid (10.04) ===
109
 
 
110
 
1.) Build dependencies:
111
 
 
112
 
    # add-apt-repository ppa:vala-team/ppa
113
 
    # apt-get update
114
 
    # apt-get install libglib2.0-dev libgee-dev libsoup2.4-dev \
115
 
      libgtk2.0-dev libwebkit-dev python valac libnotify-dev \
116
 
      libx11-dev libunique-dev intltool librsvg2-bin libjson-glib-dev
117
 
 
118
 
2.) Compilation
119
 
 
120
 
    $ ./waf distclean
121
 
    $ ./waf configure --without-glib-dbus
122
 
    $ ./waf build
123
 
 
124
 
3.) Installation
125
 
    # ./waf install
126
 
 
127
 
4.) Adobe Flash
128
 
 
129
 
    See http://www.psychocats.net/ubuntu/flash
130
 
 
131
 
5.) Run
132
 
    
133
 
    $ nuvolaplayer