Last change
on this file since 90adf84 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
|
Rev | Line | |
---|
[e26aa72] | 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 | |
---|
| 8 | An IRC to other chat networks gateway |
---|
| 9 | |
---|
| 10 | Main website: http://www.bitlbee.org/ |
---|
| 11 | |
---|
| 12 | Bug tracker: http://bugs.bitlbee.org/ |
---|
| 13 | |
---|
| 14 | Wiki: http://wiki.bitlbee.org/ |
---|
| 15 | |
---|
| 16 | License: GPLv2 |
---|
| 17 | |
---|
| 18 | ## Development |
---|
| 19 | |
---|
| 20 | Use github pull requests against the 'develop' branch to submit patches. |
---|
| 21 | |
---|
| 22 | The '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 | |
---|
| 24 | Building: |
---|
| 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 | |
---|
| 33 | make |
---|
| 34 | |
---|
| 35 | BITLBEE_DEBUG=1 ./bitlbee -Dnv |
---|
| 36 | ``` |
---|
| 37 | |
---|
| 38 | See ./doc/README and ./doc/HACKING for more details. |
---|
| 39 | |
---|
| 40 | Mappings of bzr revisions to git commits (for historical purposes) are available in ./doc/git-bzr-rev-map |
---|
| 41 | |
---|
| 42 | ## Help? |
---|
| 43 | |
---|
| 44 | Join **#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.