README
changeset 21 e453791d6ca8
parent 3 7b0b509e02e4
equal deleted inserted replaced
20:d6b68c5fb1c1 21:e453791d6ca8
     1 
     1 docs/readme.mdwn
     2 Welcome to Yet Another Useless Built-In Language.
       
     3 It provides conditional and blocking constructs, as well
       
     4 as some arithmetic expression evaluation and string
       
     5 concatenation. String splitting is not yet implemented,
       
     6 but is planned.
       
     7 
       
     8 INSTALLATION
       
     9 
       
    10 To install it, you need:
       
    11 cmake
       
    12 make
       
    13 gcc
       
    14 glib
       
    15 mcabber 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 libmcbber-yaubil*.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