source: protocols/python/README.md @ 0075527

Last change on this file since 0075527 was 0075527, checked in by Nick Murdoch <nick@…>, at 2013-03-17T13:38:14Z

Add existing git project files, and modify bitlbee's build script to build the plugin.

  • Property mode set to 100644
File size: 651 bytes
RevLine 
[0075527]1# bitlbee-python
2
3Bitlbee-python will allow bitlbee plugins to be written as Python scripts.
4
5It will scan the plugins directory for .py files and register them with bitlbee as protocols.
6
7## Installation
8
9The provided `bootstrap.sh` provides the bare minimum setup to get going.
10
11```
12$ ./bootstrap.sh
13[configure output]
14
15To make: cd BUILD; make; make install
16```
17
18If you have installed bitlbee in a non-standard location, provide a different PKG_CONFIG_PATH environment variable to bootstrap.sh (or ./configure), eg:
19
20```
21PKG_CONFIG_PATH=/opt/bitlbee-bzr/lib/pkgconfig/ ./configure
22```
23
24## Usage
25
26To do! Currently this project is a work in progress.
Note: See TracBrowser for help on using the repository browser.