docs++
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 19 Oct 2007 14:29:51 +0000 (14:29 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 19 Oct 2007 14:29:51 +0000 (14:29 +0000)
INSTALL [new file with mode: 0644]
README [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..ad11491
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,26 @@
+These are preliminary instructions, until we get the config more polished.
+
+To build Quassel IRC, cd to build/ and run qmake && make. This builds all three
+versions of Quassel. You may choose individual targets by setting qmakes BUILD
+variable:
+
+qmake BUILD=<foo>
+
+where <foo> is any combination of qtclient, core, mono or all. Note that in order
+to change this later, you will have to make distclean, otherwise the BUILD setting
+seems to be ignored by qmake.
+
+After running make, you will find the binaries in build/targets.
+
+NOTE: As of now, quassel needs the directory $HOME/.quassel to exist prior to first
+      run, otherwise it cannot create its database! This will be changed soon, but
+      for now, you will just need to create this directory.
+
+The core-side database will be created automatically. A user named 'Default' with
+the password 'password' will be created, so in order to connect to the core, you
+need to enter this information. The core listens on port 4242 for incoming connections.
+
+Please also do read the README file.
+
+Thanks,
+~ The Quassel IRC Team
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..50605dc
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+Quassel IRC - Release Notes
+===========================
+
+This is a pre-release version. This means that a lot of stuff is not working
+yet, that copyright notices and licensing information are not always correct,
+and that stuff generelly breaks. We kindly ask you that you don't give out the
+source code or svn account information before the first public release. If you
+know interested persons, please point them to us and we will gladly make the
+source code available to them.
+
+Please don't hesitate to inform us about bugs you encounter (but you probably
+don't need to report obviously missing features such as a working topic bar
+or nicklist, we know that ourselves ;-)).
+
+The Quassel IRC Team can be contacted on Freenode/#quassel (or #quassel.de).
+We always welcome new users in our channels!
+
+The bugtracker can be found at <http://bugs.quassel-irc.org>.
+The dev team can be reached by email: devel@quassel-irc.org
+
+Thanks,
+~ The Quassel IRC Team