summaryrefslogtreecommitdiffstats
path: root/scc/README
diff options
context:
space:
mode:
authorNo'am Rosenthal <noam.rosenthal@nokia.com>2009-08-09 23:16:53 -0700
committerNo'am Rosenthal <noam.rosenthal@nokia.com>2009-08-09 23:16:53 -0700
commitf1f797379920403bd68847988f78cab72c0fd111 (patch)
tree3e2339b22d7bb359b0fb8dae949659ac5f4cf4b3 /scc/README
parent82c237bd9ed36c2140ccfbde994a80b321594d97 (diff)
Statechart Compiler with examples
Diffstat (limited to 'scc/README')
-rw-r--r--scc/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/scc/README b/scc/README
new file mode 100644
index 0000000..35e0ee0
--- /dev/null
+++ b/scc/README
@@ -0,0 +1,13 @@
+To build:
+ qmake
+ make
+ make install
+
+To use:
+ Add to your .pro file:
+ CONFIG += scc
+ STATECHARTS += path-to-my-statechart.scxml
+
+See the examples, and the documentation (currently only in doc.txt)
+
+