Changeset 7089 for trunk/README
- Timestamp:
- 10/06/06 01:28:21 (2 years ago)
- Files:
-
- 1 modified
-
trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r7088 r7089 2 2 3 3 =RUNTIME REQUIREMENTS= 4 python2.4 or higher5 pygtk2.6 or higher6 python-libglade7 pysqlite2 (if you have python 2.5, you already have this)4 * python2.4 or higher 5 * pygtk2.6 or higher 6 * python-libglade 7 * pysqlite2 (if you have python 2.5, you already have this) 8 8 9 9 some distros also split too much python standard library. … … 12 12 13 13 =COMPILE-TIME REQUIREMENTS= 14 python-dev15 python-gtk2-dev16 libgtk2.0-dev # aka. gtk2-devel17 libxss-dev # for idle detection module (Some distributions (f.e. Debian) split xscreensaver)18 libgtkspell-dev # for gtkspell module19 intltool14 * python-dev 15 * python-gtk2-dev 16 * libgtk2.0-dev # aka. gtk2-devel 17 * libxss-dev # for idle detection module (Some distributions (f.e. Debian) split xscreensaver) 18 * libgtkspell-dev # for gtkspell module 19 * intltool 20 20 21 21 NOTE: 22 if you still have problems compiling, you may want to try removing the gtk1 series of the above dependencies22 If you still have problems compiling, you may want to try removing the gtk1 series of the above dependencies 23 23 24 24 Optionally: 25 gnome-python-desktop (for GnomeKeyring support) 26 dnsutils (or whatever package provides the nslookup binary) for SRV support; if you don't know what that is, you don't need it 27 gtkspell and aspell-LANG where lang is your locale eg. en, fr etc 28 GnomePythonExtras 2.10 or above so you can avoid compiling trayicon and gtkspell 29 notification-daemon or notify-python (and D-Bus) to get cooler popups30 D-Bus to have gajim-remote working25 * dnsutils (or whatever package provides the nslookup binary) for SRV support; if you don't know what that is, you don't need it 26 * gtkspell and aspell-LANG where lang is your locale eg. en, fr etc 27 * GnomePythonExtras 2.10 or above (aka gnome-python-desktop) so you can avoid compiling trayicon and gtkspell 28 * gnome-python-desktop (for GnomeKeyring support) 29 * notification-daemon or notify-python (and D-Bus) to get cooler popups 30 * D-Bus to have gajim-remote working 31 31 32 32 NOTE TO PACKAGERS:
