aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2011-05-24 22:26:45 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2011-05-24 22:26:45 +0300
commitd0f9a4a26cfae97cf6d9129e4a84d6b6fbb85052 (patch)
tree79c2823c40e6bdc4b6e14c059cab6101d1ff4e94 /README
parent1f8e84c0238f1e837185b1bfec2c5ed08c2120ad (diff)
downloadsxml-master.tar.gz
sxml-master.zip
Update README with sxml requirementsHEADmaster
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
-----