Last change
on this file since 26f3b5f 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
|
Line | |
---|
1 | # bitlbee-python |
---|
2 | |
---|
3 | Bitlbee-python will allow bitlbee plugins to be written as Python scripts. |
---|
4 | |
---|
5 | It will scan the plugins directory for .py files and register them with bitlbee as protocols. |
---|
6 | |
---|
7 | ## Installation |
---|
8 | |
---|
9 | The provided `bootstrap.sh` provides the bare minimum setup to get going. |
---|
10 | |
---|
11 | ``` |
---|
12 | $ ./bootstrap.sh |
---|
13 | [configure output] |
---|
14 | |
---|
15 | To make: cd BUILD; make; make install |
---|
16 | ``` |
---|
17 | |
---|
18 | If 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 | ``` |
---|
21 | PKG_CONFIG_PATH=/opt/bitlbee-bzr/lib/pkgconfig/ ./configure |
---|
22 | ``` |
---|
23 | |
---|
24 | ## Usage |
---|
25 | |
---|
26 | To do! Currently this project is a work in progress. |
---|
Note: See
TracBrowser
for help on using the repository browser.