summaryrefslogtreecommitdiffstats
path: root/qtsharp/src/examples/tutorials/README
diff options
context:
space:
mode:
Diffstat (limited to 'qtsharp/src/examples/tutorials/README')
-rw-r--r--qtsharp/src/examples/tutorials/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/qtsharp/src/examples/tutorials/README b/qtsharp/src/examples/tutorials/README
new file mode 100644
index 00000000..21e302ea
--- /dev/null
+++ b/qtsharp/src/examples/tutorials/README
@@ -0,0 +1,14 @@
+These tutorials are translations of the C++ versions provided with
+Qt 3.0.x. Tutorial 7 is included, but it does not yet work properly
+because it is not yet possible to create custom signals.
+
+Assuming that you're using Mono and that Qt.dll has been
+installed in /opt/kde/lib you can compile the first tutorial
+using
+
+> mcs -L /opt/kde/lib -r Qt t1.cs
+
+To run the first tutorial, use
+
+> mono t1.exe
+