aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 4d187ef..3d05c59 100644
--- a/README
+++ b/README
@@ -7,6 +7,13 @@ A simple class to generate XML without fuss. Born out of frustration
of entering XML data directly to C++ strings.
+requirements
+------------
+
+C++ compiler and STL (sxml uses string, map, vector and stringstream
+for formatting some values).
+
+
usage
-----