Changeset 7089 for trunk/README

Show
Ignore:
Timestamp:
10/06/06 01:28:21 (2 years ago)
Author:
nk
Message:

format better the README

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r7088 r7089  
    22 
    33=RUNTIME REQUIREMENTS= 
    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) 
     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) 
    88 
    99some distros also split too much python standard library. 
     
    1212 
    1313=COMPILE-TIME REQUIREMENTS= 
    14 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 
     14 * 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 
    2020 
    2121NOTE: 
    22 if you still have problems compiling, you may want to try removing the gtk1 series of the above dependencies 
     22If you still have problems compiling, you may want to try removing the gtk1 series of the above dependencies 
    2323 
    2424Optionally: 
    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 popups 
    30 D-Bus to have gajim-remote working 
     25 * 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 
    3131 
    3232NOTE TO PACKAGERS: