Merge branch 'master' of github.com:boothj5/profanity-plugins

This commit is contained in:
James Booth
2013-09-08 19:00:27 +01:00

View File

@@ -8,6 +8,15 @@ Currently supported languages for writing plugins are Python, Ruby and C.
Building Profanity with plugin support
--------------------------------------
You will need a few more dependencies installed on your system:
```
python-dev
ruby-dev
libtool
autoconf-archive
```
Check out the `plugins` branch and run the usual:
```
@@ -19,15 +28,6 @@ sudo make install
The last step will create a shared library `libprofanity` and install headers required for developing C plugins.
You will need a few more dependencies installed on your system:
```
python-dev
ruby-dev
libtool
autoconf-archives
```
Loading plugins
---------------