pagename = "flail" pagedesc = "The Flail Gesture System" >>

The Flail Gesture System

Bazaar Branch
http://bzr.digital-scurf.org/trees/dsilvers/flail
Archive version
Bazaar (pack)
Software assumptions
bzr, GCC, Make, automake, autoconf, libtool, check, pkg-config

Flail allows you to manage, recognise and manipulate unique-stroke gestures.

# Assuming you have bzr, curl, gpg etc...
$ bzr branch http://bzr.digital-scurf.org/trees/dsilvers/flail
$ cd flail
$ ./prep-fresh.sh
# ... time passes as stuff is prepared and configured
$ cd BUILD
$ make
# ... time passes as stuff builds ...
$ make check
# ... time passes, tests are built and run ...
<<