update to README.txt to include instructions for acquiring the expat submodule

This commit is contained in:
Russell Zuck
2011-05-05 14:14:42 -06:00
parent d00a70a406
commit 270599246b

View File

@@ -6,6 +6,17 @@ Our goals are:
* well documented
* reliable
== GIT Instructions ==
By default, libstrophe has a dependency on the XML parsing
library expat. Expat is included as a submodule of this
repository. After cloning this repository, you will need
to run the following to acquire the expat submodule:
$ git submodule init
$ git submodule update
== Build Instructions ==
From the top-level directory, run the following commands