From 4df5fe20cea1b780a679265698a6df8a40c3f29c Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Wed, 15 Jul 2009 03:06:58 +0000 Subject: [PATCH] Use wiki formatting in DEPENDS --- DEPENDS | 51 +++++++++++++++++++++++++-------------------------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/DEPENDS b/DEPENDS index 49e802645..053627509 100644 --- a/DEPENDS +++ b/DEPENDS @@ -1,31 +1,30 @@ - Core: - python >= 2.5 - twisted - twisted-web - pyopenssl - simplejson (if python < 2.6) - setuptools - gettext - pyxdg - geoip-database (optional) +=== 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 + * libtorrent >= 0.14, or build the included version - If building included libtorrent: - boost >= 1.34.1 - openssl - zlib + * If building included libtorrent:: + * boost >= 1.34.1 + * openssl + * zlib +=== UIs === + * chardet - UIs: - chardet +=== Gtk === + * python-notify (libnotify python wrapper) + * pygame + * pygtk >= 2.12 + * librsvg + * xdg-utils - Gtk: - python-notify (libnotify python wrapper) - pygame - pygtk >= 2.12 - librsvg - xdg-utils - - Web: - mako +=== Web === + * mako