docs/readme.mdwn
changeset 20 f5318a5fd95f
parent 19 ff5884d8bbf5
equal deleted inserted replaced
19:ff5884d8bbf5 20:f5318a5fd95f
    51 
    51 
    52 I will be happy to get feedback, patches, suggestions, etc.
    52 I will be happy to get feedback, patches, suggestions, etc.
    53 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
    53 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
    54 
    54 
    55   -- Myhailo Danylenko <isbear@ukrpost.net>
    55   -- Myhailo Danylenko <isbear@ukrpost.net>
    56 
       
    57 This is a module to allow more flexible aliases with shell-like positional
       
    58 variable substitution. Provides command '/templatecmd'.
       
    59 
       
    60 INSTALLATION
       
    61 
       
    62 To install it, you need:
       
    63 cmake
       
    64 gcc
       
    65 make
       
    66 mcabber headers
       
    67 glib
       
    68 
       
    69 Then do
       
    70 $ mkdir build
       
    71 $ cd build
       
    72 $ cmake ..
       
    73 $ make edit_cache
       
    74 $ make
       
    75 # make install
       
    76 
       
    77 Debian users can instead of make install do
       
    78 $ fakeroot make package
       
    79 # dpkg -i libmcbaber-templatecmd*.deb
       
    80 
       
    81 Users of other distributions can select appropriate package
       
    82 generator, using cache editor.
       
    83 
       
    84 LICENSE
       
    85 
       
    86 This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
       
    87 from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.
       
    88 
       
    89 CONTACTS
       
    90 
       
    91 I will be happy to get feedback, patches, suggestions, etc.
       
    92 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
       
    93 
       
    94   -- Myhailo Danylenko <isbear@ukrpost.net>
       
    95