Use wiki formatting in DEPENDS
This commit is contained in:
parent
35136b652d
commit
4df5fe20ce
51
DEPENDS
51
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
|
||||
|
|
Loading…
Reference in New Issue