README
changeset 15 6222baf5dccc
parent 0 3f69962cbbf4
equal deleted inserted replaced
14:3f6d549befa8 15:6222baf5dccc
     1 
     1 docs/readme.mdwn
     2 This is a mcabber module to show mcabber uptime. It is probably linux-specific,
       
     3 and will not work on other systems.
       
     4 
       
     5 INSTALLATION
       
     6 
       
     7 To install it, you need:
       
     8 glib
       
     9 mcabber
       
    10 cmake
       
    11 make
       
    12 gcc
       
    13 
       
    14 Then do
       
    15 $ mkdir build
       
    16 $ cd build
       
    17 $ cmake ..
       
    18 $ make edit_cache
       
    19 $ make
       
    20 # make install
       
    21 
       
    22 Debian users can instead of make install do
       
    23 $ fakeroot make package
       
    24 # dpkg -i libmcabber-uptime*.deb
       
    25 
       
    26 Users of other distributions can select appropriate package
       
    27 generator, using cache editor.
       
    28 
       
    29 LICENSE
       
    30 
       
    31 This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
       
    32 from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.
       
    33 
       
    34 CONTACTS
       
    35 
       
    36 I will be happy to get feedback, patches, suggestions, etc.
       
    37 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
       
    38 
       
    39   -- Myhailo Danylenko <isbear@ukrpost.net>
       
    40 
       
    41