aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2017-10-24 21:10:02 +0200
committerMarius Halden <marius.h@lden.org>2017-10-24 21:10:02 +0200
commit7d3a199e5084831fe08aae7e67f562d9fb3fa07b (patch)
treec2d1eb73ef18d89c0207b4c3629ac859cf39e191 /README
parentf5a6c8e103d06d949c6ef292cbfc0af2a6fe42e0 (diff)
parent553593d07170d6d1563d0079dbedd481dcec5b00 (diff)
downloadbitlbee-facebook-track-messages.tar.gz
bitlbee-facebook-track-messages.tar.bz2
bitlbee-facebook-track-messages.tar.xz
Merge branch 'master' into track-messagestrack-messages
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 8 insertions, 5 deletions
diff --git a/README b/README
index 007b77d..39ed536 100644
--- a/README
+++ b/README
@@ -17,18 +17,21 @@ https://jgeboski.github.io/
## Building from source
+The folowing packages are required: autoconf, automake, libtool, glib2,
+json-glib, bitlbee (names may vary across distros)
+
+Example for debian-based systems:
+
+ apt install build-essential autoconf automake libtool libglib2.0-dev libjson-glib-dev bitlbee-dev
+
Make sure bitlbee and its headers have been installed. If bitlbee came
from the distribution's repository, it will most likely need the
-development package, usually bitlbee-dev.
+development package, like bitlbee-dev in the example above.
If bitlbee was built by hand (or alike via a script), ensure the make
target `install-dev` is invoked. This target is not called by default,
and will install the headers that are needed.
-Do *not* use the source tree headers unless you know what you are
-doing. This can lead to mismatched header versions, which often times
-will lead to bad things.
-
$ git clone https://github.com/bitlbee/bitlbee-facebook.git
$ cd bitlbee-facebook