README
changeset 1 67aafecaed4a
child 3 490c62fe90eb
equal deleted inserted replaced
0:53ef7728edcf 1:67aafecaed4a
       
     1 
       
     2 This is a module for mcabber, that allows you to view and
       
     3 change mcabber's environment variables at run-time.
       
     4 
       
     5 To use this module just load it, command 'env' will be
       
     6 available.
       
     7 
       
     8 INSTALLATION
       
     9 
       
    10 To install it, you need:
       
    11 make
       
    12 cmake
       
    13 gcc
       
    14 glib
       
    15 mcabber's headers
       
    16 
       
    17 Then do
       
    18 $ mkdir build
       
    19 $ cd build
       
    20 $ cmake ..
       
    21 $ make edit_cache
       
    22 $ make
       
    23 # make install
       
    24 
       
    25 Debian users can instead of make install do
       
    26 $ fakeroot make package
       
    27 # dpkg -i ...-*.deb
       
    28 
       
    29 Users of other distributions can select appropriate package
       
    30 generator, using cache editor.
       
    31 
       
    32 LICENSE
       
    33 
       
    34 This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
       
    35 from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.
       
    36 
       
    37 CONTACTS
       
    38 
       
    39 I will be happy to get feedback, patches, suggestions, etc.
       
    40 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
       
    41 
       
    42   -- Myhailo Danylenko <isbear@ukrpost.net>
       
    43 
       
    44