aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..b1cf84347
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+This is qbs; the "Qt Build Salvation".
+The main documentation is available as qdoc files in the doc subdirectory.
+
+
+1. Build Prerequisites
+======================
+
+For building qbs you need:
+
+ - a C++ compiler
+ - Qt >= 4.7
+
+
+2. Building qbs
+===============
+
+ - qmake -r
+ - make
+ - make docs
+