small easy buildscript, that should work for people who forget the cmake syntax....
authorPaul Klumpp <haui@quassel-irc.org>
Sun, 24 Jun 2007 13:23:52 +0000 (13:23 +0000)
committerPaul Klumpp <haui@quassel-irc.org>
Sun, 24 Jun 2007 13:23:52 +0000 (13:23 +0000)
build/devbuild.sh [new file with mode: 0755]

diff --git a/build/devbuild.sh b/build/devbuild.sh
new file mode 100755 (executable)
index 0000000..b108ecd
--- /dev/null
@@ -0,0 +1,4 @@
+cmake ../src
+make
+
+echo You can now run './quassel'.