Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

avelino/rdio-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rdio-linux

Application RDIO for Linux

Install

Install using

python2 setup.py install

You will need to install the dependencies listed below first as well (you may also do this via your distribution's package manager).

PyGTK

$ wget http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.24/pygtk-2.24.0.tar.gz
$ tar -xvf pygtk-2.24.0.tar.gz
$ cd pygtk-2.24.0
$ ./configure
$ make
$ sudo make install

PyWebkitGTK

$ wget http://pywebkitgtk.googlecode.com/files/pywebkitgtk-1.1.8.tar.gz
$ tar -xvf pywebkitgtk-1.1.8.tar.gz
$ cd pywebkitgtk-1.1.8
$ ./configure
$ make
$ sudo make install

Uninstall

You will need to manually delete

# rm /usr/share/rdio
# rm /usr/share/applications/rdio.desktop

About

Application RDIO for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages