diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-07-01 12:38:31 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-07-01 12:38:31 (GMT) |
commit | 173c1b3f780f377ee4869ea42d18f161f6956080 (patch) | |
tree | 02b562ea05633a9bcb77742a6b8ae1cf0d1b380b /README | |
parent | 2169d8cd423c399ceb53e962ad5313e3c28d2297 (diff) | |
download | stroke-173c1b3f780f377ee4869ea42d18f161f6956080.zip stroke-173c1b3f780f377ee4869ea42d18f161f6956080.tar.bz2 |
Include license and readme
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +Stroke + +Stroke is a port of the C++ Swift library ( http://swift.im/swiften/ ) +The source is available from the Git repository at http://swift.im/git/stroke/ + +It depends on the XmlPullParser from http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html + +To build, run: +ant -Dxpp-dir=path/to/directory/containing/xpp
\ No newline at end of file |