source: README.md @ 0b1ae59

Last change on this file since 0b1ae59 was e26aa72, checked in by dequis <dx@…>, at 2015-01-25T05:00:06Z

Add git specific stuff!

  • A few build system tweaks
  • A fancy README.md
  • s/.bzrignore/.gitignore/
  • .travis.yml for travis-ci integration
  • doc/git-bzr-rev-map for historical purposes
  • Property mode set to 100644
File size: 1.2 KB
Line 
1# BitlBee
2
3![](http://bitlbee.org/style/logo.png)
4
5[![Build Status](https://travis-ci.org/bitlbee/bitlbee.svg)](https://travis-ci.org/bitlbee/bitlbee)
6[![Coverity Scan Build Status](https://scan.coverity.com/projects/4028/badge.svg)](https://scan.coverity.com/projects/4028)
7
8An IRC to other chat networks gateway
9
10Main website: http://www.bitlbee.org/
11
12Bug tracker: http://bugs.bitlbee.org/
13
14Wiki: http://wiki.bitlbee.org/
15
16License: GPLv2
17
18## Development
19
20Use github pull requests against the 'develop' branch to submit patches.
21
22The 'master' branch should be stable enough to be usable by users of the APT repo, but only requires a few days of testing in the 'develop' branch.
23
24Building:
25
26```
27./configure --debug=1
28# or, for a local install:
29# ./configure --debug=1 --prefix=$HOME/bitlbee --config=$HOME/bitlbee --pidfile=$HOME/bitlbee/bitlbee.pid
30
31# Also try --asan=1 for AddressSanitizer
32
33make
34
35BITLBEE_DEBUG=1 ./bitlbee -Dnv
36```
37
38See ./doc/README and ./doc/HACKING for more details.
39
40Mappings of bzr revisions to git commits (for historical purposes) are available in ./doc/git-bzr-rev-map
41
42## Help?
43
44Join **#BitlBee** on OFTC (**irc.oftc.net**) (OFTC, *not* FreeNode!) and flame us right in the face. :-)
Note: See TracBrowser for help on using the repository browser.