summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-07-18 20:39:27 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-07-18 20:39:27 (GMT)
commit72c9d5571ebb17597139e715b91edb824ed0ae1f (patch)
tree92a68165e12120e018dda59566723c578c3d3400 /README
parent6701ed034543b233afb64562967a45a87225b95f (diff)
downloadstroke-72c9d5571ebb17597139e715b91edb824ed0ae1f.zip
stroke-72c9d5571ebb17597139e715b91edb824ed0ae1f.tar.bz2
Better XPP instructions
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index cee593d..115735e 100644
--- a/README
+++ b/README
@@ -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
+