diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-07-18 20:39:27 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-07-18 20:39:27 (GMT) |
commit | 72c9d5571ebb17597139e715b91edb824ed0ae1f (patch) | |
tree | 92a68165e12120e018dda59566723c578c3d3400 | |
parent | 6701ed034543b233afb64562967a45a87225b95f (diff) | |
download | stroke-72c9d5571ebb17597139e715b91edb824ed0ae1f.zip stroke-72c9d5571ebb17597139e715b91edb824ed0ae1f.tar.bz2 |
Better XPP instructions
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,7 +3,8 @@ 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 +It depends on the XmlPullParser from http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html. This is passed to Ant in the xpp-dir parameter. The passed folder should contain the XPP jar called xpp.jar (i.e. with no version numbering in the filename). To build, run: -ant -Dxpp-dir=path/to/directory/containing/xpp
\ No newline at end of file +ant -Dxpp-dir=path/to/directory/containing/xpp + |