From: Paul Klumpp Date: Sun, 24 Jun 2007 13:23:52 +0000 (+0000) Subject: small easy buildscript, that should work for people who forget the cmake syntax.... X-Git-Tag: 0.1.0~193 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=2cebd283008b07f9d63f546d9f598dba5fbfd093;ds=inline small easy buildscript, that should work for people who forget the cmake syntax.. lol. --- diff --git a/build/devbuild.sh b/build/devbuild.sh new file mode 100755 index 00000000..b108ecd0 --- /dev/null +++ b/build/devbuild.sh @@ -0,0 +1,4 @@ +cmake ../src +make + +echo You can now run './quassel'.