.svn/text-base/README.svn-base
changeset 1 50e230cf7818
equal deleted inserted replaced
0:fc42ea7f810d 1:50e230cf7818
       
     1 Introduction:
       
     2 =============
       
     3 
       
     4 Loudmouth is a lightweight and easy-to-use C library for programming with the
       
     5 Jabber protocol. It's designed to be easy to get started with and yet
       
     6 extensible to let you do anything the Jabber protocol allows.
       
     7 
       
     8 The goal is to fully support Linux, *BSD, Mac OSX and Windows. It has
       
     9 currently only been tested on Linux (Red Hat 8.0, Debian Unstable) and FreeBSD
       
    10 that I know of. If someone with access to other machines can provide
       
    11 feedback I would be most grateful.
       
    12 
       
    13 
       
    14 Requirements:
       
    15 =============
       
    16 
       
    17 Glib >= 2.0:
       
    18 ftp://ftp.gtk.org/pub/gtk/v2.2/
       
    19 
       
    20 gtk-doc (optional, if you want documentation built):
       
    21 ftp://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.0
       
    22 
       
    23 
       
    24 Building:
       
    25 =========
       
    26 
       
    27 ./configure --prefix=
       
    28 make
       
    29 make install
       
    30 
       
    31 
       
    32 Debugging:
       
    33 ==========
       
    34 
       
    35 You can get debug information printed to STDOUT by using the environment 
       
    36 variable LM_DEBUG.
       
    37 
       
    38 export LM_DEBUG=<keyword>
       
    39 
       
    40 Where keyword is one or more (separated by :) of the following:
       
    41 
       
    42 * "NET": Shows all the data sent over the network.
       
    43 * "PARSER": Shows debug output from the parser.
       
    44 * "VERBOSE": Shows various verbose output.
       
    45 * "ALL": Enables all output.
       
    46 
       
    47 
       
    48 Questions, remarks, bug reports:
       
    49 ================================
       
    50 
       
    51 Please file bugs at:
       
    52 http://bugzilla.codefactory.se/enter_bug.cgi?product=loudmouth
       
    53 
       
    54 Questions and others can be sent to me at:
       
    55 email: micke@codefactory.se
       
    56 jabber: micke@jabber.codefactory.se