README
changeset 19 ff5884d8bbf5
parent 1 9eb794ebef85
equal deleted inserted replaced
18:aeb36f2945de 19:ff5884d8bbf5
     1 
     1 docs/readme.mdwn
     2 This is a module to allow more flexible aliases with shell-like positional
       
     3 variable substitution. Provides command '/templatecmd'.
       
     4 
       
     5 INSTALLATION
       
     6 
       
     7 To install it, you need:
       
     8 cmake
       
     9 gcc
       
    10 make
       
    11 mcabber headers
       
    12 glib
       
    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 libmcbaber-templatecmd*.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