docs/readme.mdwn
author Myhailo Danylenko <isbear@ukrpost.net>
Fri, 17 Aug 2012 17:23:40 +0300
changeset 25 8cfd42325d38
parent 22 37d7ae649929
child 29 5d86c5fefef6
permissions -rw-r--r--
No loops yet!


# Welcome to Yet Another Yuseless Built-In Language!

It provides conditional and command grouping expressions,
as well as some arithmetic expression evaluation and string
concatenation. String splitting is not yet implemented,
but is planned.

# Installation

To install it, you need:

 * cmake
 * make
 * gcc
 * glib
 * mcabber headers

Then do

    $ mkdir build
    $ cd build
    $ cmake ..
    $ make edit_cache
    $ make
    # make install

Debian users can instead of make install do

    $ fakeroot make package
    # dpkg -i libmcbber-yaubil*.deb

Users of other distributions can select appropriate package
generator, using cache editor.

# License

This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.

# Contact

I will be happy to get feedback, patches, suggestions, etc.
You can send me email or contact via jabber <isbear@unixzone.org.ua>.

  -- Myhailo Danylenko <isbear@ukrpost.net>