docs/readme.mdwn
changeset 26 abd0e8810b78
parent 5 da2fdd072650
equal deleted inserted replaced
25:21680d75d561 26:abd0e8810b78
       
     1 
       
     2 # MCabber environment investigation
       
     3 
       
     4 This is a module for mcabber, that allows you to view and change
       
     5 mcabber's environment variables and working directory at run-time.
       
     6 
       
     7 To use this module just load it, the commands 'env' and 'cd' will be
       
     8 available.
       
     9 
       
    10 # Installation
       
    11 
       
    12 To install it, you need:
       
    13 
       
    14  * mcabber headers
       
    15  * glib
       
    16  * cmake
       
    17  * make
       
    18  * c compiler (gcc)
       
    19  * linker (binutils)
       
    20 
       
    21 Then do:
       
    22 
       
    23     $ mkdir build
       
    24     $ cd build
       
    25     $ cmake ..
       
    26     $ make edit_cache
       
    27     $ make
       
    28     # make install
       
    29 
       
    30 Debian users can instead of make install do:
       
    31 
       
    32     $ make package
       
    33     # dpkg -i libmcabber-env_*.deb
       
    34 
       
    35 Users of other distributions can select appropriate package generator,
       
    36 using cache editor.
       
    37 
       
    38 # License
       
    39 
       
    40 This code underlies terms of GNU GPL v2 or later. You can find it in
       
    41 file COPYING from this distribution or on a GNU web-site
       
    42 <http://www.gnu.org/licenses/>.
       
    43 
       
    44 # Contact
       
    45 
       
    46 I will be happy to get feedback, patches, suggestions, etc.
       
    47 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
       
    48 
       
    49   -- Myhailo Danylenko <isbear@ukrpost.net>
       
    50