update to README.txt to include instructions for acquiring the expat submodule
This commit is contained in:
11
README.txt
11
README.txt
@@ -6,6 +6,17 @@ Our goals are:
|
|||||||
* well documented
|
* well documented
|
||||||
* reliable
|
* 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 ==
|
== Build Instructions ==
|
||||||
|
|
||||||
From the top-level directory, run the following commands
|
From the top-level directory, run the following commands
|
||||||
|
|||||||
Reference in New Issue
Block a user