summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-05-12 13:43:06 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-05-12 13:43:06 (GMT)
commitadbae7680e89795041cbfff32768d15683416f1b (patch)
tree8a0e2affcf64a6a7ea87d794b3a4fa1cd630c896 /README.md
parent59b51d5e70bd51a59d03c46e44148f53a0bf99a6 (diff)
downloaduscxml-adbae7680e89795041cbfff32768d15683416f1b.zip
uscxml-adbae7680e89795041cbfff32768d15683416f1b.tar.gz
uscxml-adbae7680e89795041cbfff32768d15683416f1b.tar.bz2
Made C++11 requirement more explicit
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f052151..7029b3c 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,12 @@ I will update the documentation once I finished up on some polishing and remaini
### Important Changes
+ * Compiling will require a C++11 compiler now
+ * Dependencies are compiled at configure-time
* Replaced Arabica DOM implementation with Xerces-C
* New micro-step implementation
* Removed unsupported Invokers
* Data-model DOM bindings now generated by SWIG
- * Dependencies are compiled at configure-time
### Still Missing