cmake: Determine minimum deployment target for Qt
[quassel.git] / README.md
1 Quassel IRC
2 ===============
3
4 [![Quassel CI Build Status][ci-badge]][ci-status-page]
5
6 [Quassel IRC][web-home] is a modern, cross-platform, distributed IRC client,
7 meaning that one (or multiple) client(s) can attach to and detach from a
8 central core -- much like the popular combination of screen and a text-based
9 IRC client such as WeeChat, but graphical.
10
11 Not only do we aim to bring a pleasurable, comfortable chatting experience to
12 all major platforms, but it's free - as in beer and as in speech, since we
13 distribute Quassel under [the GPL](https://www.gnu.org/licenses/gpl.html), and
14 you are welcome to download and see for yourself!
15
16 ## Release notes
17 You can find the current release notes on the [Quassel IRC homepage][web-home],
18 as well as in this repository's [`ChangeLog`][repo-changelog].
19
20 ## Downloading
21 Official, stable downloads are provided on the [Quassel IRC download page](https://quassel-irc.org/downloads).
22
23 Untested, automated builds are available [for Windows](https://nightly.link/quassel/quassel/workflows/main/master/Windows.zip ) and [for macOS](https://nightly.link/quassel/quassel/workflows/main/master/macOS.zip ).  More details at [the nightly.link page](https://nightly.link/quassel/quassel/workflows/main/master ), by `oprypin`.  Or, if you are logged in to GitHub, pick any build from the [GitHub Actions tab][ci-status-page].
24
25 Unofficial builds and testing versions are [contributed by several community members](https://bugs.quassel-irc.org/projects/quassel-irc/wiki#Unofficial-builds).
26
27 ## Quick reference
28 We recommend reading the [getting started guide on the wiki](https://bugs.quassel-irc.org/projects/quassel-irc/wiki#Getting-started),
29 but in a pinch, these steps will do.
30
31 On first run of the Quassel core, it will wait for a client to connect
32 and present a wizard that will allow you to create the database and one admin
33 user for the core-side storage.
34
35 Once you've set up Quassel, you may:
36 * Add more users: `quasselcore --add-user`
37 * Change the password of an existing user: `quasselcore --change-userpass=username`
38 * See all available options: `quasselcore --help`
39
40 On some systems, you may need to specify `--configdir`, e.g.
41 `quasselcore --configdir=/var/lib/quassel [command]`.
42
43 To learn more, see [the Quassel project wiki](https://bugs.quassel-irc.org/projects/quassel-irc/wiki) for in-depth
44 documentation.
45
46 ## Getting involved
47
48 IRC is the preferred means of getting in touch with the developers.
49
50 The Quassel IRC Team can be contacted on **`Freenode/#quassel`**
51 (or **`#quassel.de`**).  If you have trouble getting Quassel to connect,
52 you can use [Freenode's webchat][help-freenode].
53
54 We always welcome new users in our channels!
55
56 You can learn more and reach out to us in several ways:
57 * [Visit our homepage][web-home]
58 * [Submit and browse issues on the bugtracker](https://bugs.quassel-irc.org)
59   * GitHub issues are not used, but [pull requests](https://github.com/quassel/quassel/pull/new/master) are accepted!
60 * [Email the dev team - devel@quassel-irc.org][dev-email]
61
62 Thanks for reading,
63
64 ~ *The Quassel IRC Team*
65
66 [web-home]: https://quassel-irc.org
67 [dev-email]: mailto:devel@quassel-irc.org
68 [help-freenode]: https://webchat.freenode.net?channels=%23quassel
69 [repo-changelog]: ChangeLog
70 [ci-badge]: https://github.com/quassel/quassel/workflows/Quassel%20CI/badge.svg?branch=master
71 [ci-status-page]: https://github.com/quassel/quassel/actions?query=branch%3Amaster