docs/readme.mdwn
changeset 22 37d7ae649929
parent 21 e453791d6ca8
child 25 8cfd42325d38
equal deleted inserted replaced
21:e453791d6ca8 22:37d7ae649929
     1 
     1 
     2 Welcome to Yet Another Useless Built-In Language.
     2 # Welcome to Yet Another Yuseless Built-In Language!
     3 It provides conditional and blocking constructs, as well
     3 
     4 as some arithmetic expression evaluation and string
     4 It provides conditional, loop and composition expressions,
       
     5 as well as some arithmetic expression evaluation and string
     5 concatenation. String splitting is not yet implemented,
     6 concatenation. String splitting is not yet implemented,
     6 but is planned.
     7 but is planned.
     7 
     8 
     8 INSTALLATION
     9 # Installation
     9 
    10 
    10 To install it, you need:
    11 To install it, you need:
    11 cmake
    12 
    12 make
    13  * cmake
    13 gcc
    14  * make
    14 glib
    15  * gcc
    15 mcabber headers
    16  * glib
       
    17  * mcabber headers
    16 
    18 
    17 Then do
    19 Then do
    18 $ mkdir build
    20 
    19 $ cd build
    21     $ mkdir build
    20 $ cmake ..
    22     $ cd build
    21 $ make edit_cache
    23     $ cmake ..
    22 $ make
    24     $ make edit_cache
    23 # make install
    25     $ make
       
    26     # make install
    24 
    27 
    25 Debian users can instead of make install do
    28 Debian users can instead of make install do
    26 $ fakeroot make package
    29 
    27 # dpkg -i libmcbber-yaubil*.deb
    30     $ fakeroot make package
       
    31     # dpkg -i libmcbber-yaubil*.deb
    28 
    32 
    29 Users of other distributions can select appropriate package
    33 Users of other distributions can select appropriate package
    30 generator, using cache editor.
    34 generator, using cache editor.
    31 
    35 
    32 LICENSE
    36 # License
    33 
    37 
    34 This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
    38 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/>.
    39 from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.
    36 
    40 
    37 CONTACTS
    41 # Contact
    38 
    42 
    39 I will be happy to get feedback, patches, suggestions, etc.
    43 I will be happy to get feedback, patches, suggestions, etc.
    40 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
    44 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
    41 
    45 
    42   -- Myhailo Danylenko <isbear@ukrpost.net>
    46   -- Myhailo Danylenko <isbear@ukrpost.net>