README
changeset 32 bea3464128d0
parent 3 d792ad17832e
equal deleted inserted replaced
31:55395c6ef7ea 32:bea3464128d0
     1 
     1 docs/readme.mdwn
     2 This is mcabber module to do the same command with several contacts.
       
     3 
       
     4 Useful example binding for '/mark toggle' is provided in marking.rc.
       
     5 After you marked some buddies, you can then run '/marked do <command>'
       
     6 to do 'command' with each of marked buddies jid's. 'command' must contain
       
     7 one %s where jid should be inserted. Any other %'s should be escaped as
       
     8 '%%'.
       
     9 
       
    10 INSTALLATION
       
    11 
       
    12 To install it, you need:
       
    13 cmake
       
    14 make
       
    15 gcc
       
    16 glib
       
    17 mcabber headers
       
    18 
       
    19 Then do
       
    20 $ mkdir build
       
    21 $ cd build
       
    22 $ cmake ..
       
    23 $ make edit_cache
       
    24 $ make
       
    25 # make install
       
    26 
       
    27 Debian users can instead of make install do
       
    28 $ fakeroot make package
       
    29 # dpkg -i libmcabber-marking*.deb
       
    30 
       
    31 Users of other distributions can select appropriate package
       
    32 generator, using cache editor.
       
    33 
       
    34 LICENSE
       
    35 
       
    36 This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
       
    37 from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.
       
    38 
       
    39 CONTACTS
       
    40 
       
    41 I will be happy to get feedback, patches, suggestions, etc.
       
    42 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
       
    43 
       
    44   -- Myhailo Danylenko <isbear@ukrpost.net>
       
    45