Update README to include current deps
This commit is contained in:
parent
6c00dc5db1
commit
f521795552
24
README
24
README
|
@ -7,6 +7,7 @@ Authors:
|
||||||
Marcos Pinto
|
Marcos Pinto
|
||||||
Martijn Voncken
|
Martijn Voncken
|
||||||
Sadrul Habib Chowdhury
|
Sadrul Habib Chowdhury
|
||||||
|
Damien Churchill
|
||||||
|
|
||||||
Homepage: http://deluge-torrent.org
|
Homepage: http://deluge-torrent.org
|
||||||
|
|
||||||
|
@ -34,6 +35,29 @@ We have two options available for support:
|
||||||
Installation Instructions:
|
Installation Instructions:
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
Dependencies:
|
||||||
|
Core:
|
||||||
|
python >= 2.5
|
||||||
|
boost >= 1.34.1
|
||||||
|
openssl
|
||||||
|
zlib
|
||||||
|
twisted
|
||||||
|
twisted-web
|
||||||
|
pyopenssl
|
||||||
|
simplejson (if python < 2.6)
|
||||||
|
setuptools
|
||||||
|
gettext
|
||||||
|
|
||||||
|
Gtk:
|
||||||
|
dbus-python
|
||||||
|
python-notify (libnotify python wrapper)
|
||||||
|
pygame
|
||||||
|
pygtk >= 2.10
|
||||||
|
librsvg
|
||||||
|
|
||||||
|
Web:
|
||||||
|
mako
|
||||||
|
|
||||||
First, make sure you have the proper build dependencies installed. On a normal
|
First, make sure you have the proper build dependencies installed. On a normal
|
||||||
Debian or Ubuntu system:
|
Debian or Ubuntu system:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue