From 270599246b4eb86482062b77e11af8c1b5ab121e Mon Sep 17 00:00:00 2001 From: Russell Zuck Date: Thu, 5 May 2011 14:14:42 -0600 Subject: [PATCH] update to README.txt to include instructions for acquiring the expat submodule --- README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.txt b/README.txt index b8ed293..c33141e 100644 --- a/README.txt +++ b/README.txt @@ -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