From a140e09858f865dadc3631dba5bfe65c6c204a2b Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 8 Sep 2013 18:12:54 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5200f45..35539f5 100644 --- a/README.md +++ b/README.md @@ -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 ---------------