ad114913922dc1665fa98f9d01d68c6dc76710ac
[quassel.git] / INSTALL
1 These are preliminary instructions, until we get the config more polished.
2
3 To build Quassel IRC, cd to build/ and run qmake && make. This builds all three
4 versions of Quassel. You may choose individual targets by setting qmakes BUILD
5 variable:
6
7 qmake BUILD=<foo>
8
9 where <foo> is any combination of qtclient, core, mono or all. Note that in order
10 to change this later, you will have to make distclean, otherwise the BUILD setting
11 seems to be ignored by qmake.
12
13 After running make, you will find the binaries in build/targets.
14
15 NOTE: As of now, quassel needs the directory $HOME/.quassel to exist prior to first
16       run, otherwise it cannot create its database! This will be changed soon, but
17       for now, you will just need to create this directory.
18
19 The core-side database will be created automatically. A user named 'Default' with
20 the password 'password' will be created, so in order to connect to the core, you
21 need to enter this information. The core listens on port 4242 for incoming connections.
22
23 Please also do read the README file.
24
25 Thanks,
26 ~ The Quassel IRC Team