aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-02-15 15:56:22 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-15 21:57:41 +0100
commit5672fa8fd3bd6b09125d9e143a7bb277cea2e87f (patch)
treec945b6ad76bd8c8f6af8b520cf3ce72ef298d4b5 /README
Long live qbs!
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
+