Author: andar
Revision: 5488
Log:
Update README and add a DEPENDS file that lists the dependencies
Diff:
Added: trunk/DEPENDS
===================================================================
--- trunk/DEPENDS (rev 0)
+++ trunk/DEPENDS 2009-07-15 02:50:26 UTC (rev 5488)
@@ -0,0 +1,31 @@
+ Core:
+ python >= 2.5
+ twisted
+ twisted-web
+ pyopenssl
+ simplejson (if python < 2.6)
+ setuptools
+ gettext
+ pyxdg
+ geoip-database (optional)
+
+ libtorrent >= 0.14, or build the included version
+
+ If building included libtorrent:
+ boost >= 1.34.1
+ openssl
+ zlib
+
+
+ UIs:
+ chardet
+
+ Gtk:
+ python-notify (libnotify python wrapper)
+ pygame
+ pygtk >= 2.12
+ librsvg
+ xdg-utils
+
+ Web:
+ mako
Modified: trunk/README
===================================================================
--- trunk/README 2009-07-14 04:59:35 UTC (rev 5487)
+++ trunk/README 2009-07-15 02:50:26 UTC (rev 5488)
@@ -2,16 +2,14 @@
Deluge BitTorrent Client
==========================
+Homepage: http://deluge-torrent.org
+
Authors:
Andrew Resch
- Marcos Pinto
- Martijn Voncken
- Sadrul Habib Chowdhury
Damien Churchill
-Homepage: http://deluge-torrent.org
+For past developers and contributers see:
http://dev.deluge-torrent.org/wiki/About
-
==========================
License
==========================
@@ -27,40 +25,18 @@
We have two options available for support:
- Our Forum, at http://forum.deluge-torrent.org
+ Our Forum, at: http://forum.deluge-torrent.org
or
- Our IRC Channel, at #deluge on Freenode
+ Our IRC Channel, at #deluge on Freenode: http://freenode.net
==========================
Installation Instructions:
==========================
-Dependencies:
- Core:
- python >= 2.5
- boost >= 1.34.1
- openssl
- zlib
- twisted
- twisted-web
- pyopenssl
- simplejson (if python < 2.6)
- setuptools
- gettext
- pyxdg
- geoip-database (optional)
+For more detailed instructions see:
http://dev.deluge-torrent.org/wiki/Installing/Source
- Gtk:
- python-notify (libnotify python wrapper)
- pygame
- pygtk >= 2.12
- librsvg
- xdg-utils
- chardet
+See: DEPENDS for a full list of dependencies.
- Web:
- mako
-
First, make sure you have the proper build dependencies installed. On a normal
Debian or Ubuntu system:
@@ -78,7 +54,6 @@
$ python setup.py build
$ sudo python setup.py install
-
==========================
FAQ
==========================
@@ -88,9 +63,9 @@
Gtk:
deluge --ui gtk
Console:
- deluge --ui null
+ deluge-console
Web:
- deluge --ui web
+ deluge-web
Go to http://localhost:8112/ default-password = "deluge"
I started "deluge" but i don't see the gtk-ui
@@ -101,21 +76,22 @@
You closed the gtk user-interface but you did not close the daemon. Choose
"Quit & Shutdown Daemon" to close both Daemon and gtk-ui.
-How do I start the daemon ?
+How do I start the daemon?
deluged
-How do I start the daemon with logging to console ?
+How do I start the daemon with logging to console?
- deluged -d
+ deluged -d -L <log level>
-I can't connect to the daemon from another machine
+I can't connect to the daemon from another machine/
* Configure the daemon to allow remote connections
+ * Add a user to the auth file located in the config folder:
~/.config/deluge/auth
* Restart the daemon.
- Note: do not do this on a public ip , use the webui for unsecure networks.
-
I upgraded from 0.5 and plugin x is missing
1.0 is a rewrite, all old 0.5 plugins have to be rewritten.
+
+For the full FAQ see: http://dev.deluge-torrent.org/wiki/Faq
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---