please find first release of liberroneous at the following download
location:

http://www.jwm-art.net/default_downloads/liberroneous-0.0.0.tar.gz

extract the archive: tar -zxf liberroneous-0.0.0.tar.gz

build the source: ./configure && make && sudo make install

if the installation step fails because you're not a sudoer:
try: su -c make install

but you'll be asked for root password.

(the programs are in the programs directory if you can't install (but
note they're scripts created by libtool and the actual binaries are in
the .libs directory blah blah autohell).

------

this gives you static and shared library versions and two commandline
programs: estringmath and ewordmath

two examples of usage for each:

estringmath -f "i * 0.125 + 3 * cos(i)" INSTALL

will transform the text file INSTALL character by character.

ewordmath -f "i * 0.125 + 3 * sin(i * 0.25)" INSTALL

will split the text file INSTALL into words and rearrange them word by
word.

enter either of these two commands on their own or with the --help option
for a quick list of command line options.

that's it for now. please beware there will be bugs etc and may not
build even though autotools (autoconf,automake,autoreconf etc) were used
to build the scripts)/...

james.
_______________________________________________
NetBehaviour mailing list
[email protected]
http://www.netbehaviour.org/mailman/listinfo/netbehaviour

Reply via email to