diff options
author | Marius Halden <marius.h@lden.org> | 2017-10-24 21:10:02 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-10-24 21:10:02 +0200 |
commit | 7d3a199e5084831fe08aae7e67f562d9fb3fa07b (patch) | |
tree | c2d1eb73ef18d89c0207b4c3629ac859cf39e191 /README | |
parent | f5a6c8e103d06d949c6ef292cbfc0af2a6fe42e0 (diff) | |
parent | 553593d07170d6d1563d0079dbedd481dcec5b00 (diff) | |
download | bitlbee-facebook-7d3a199e5084831fe08aae7e67f562d9fb3fa07b.tar.gz bitlbee-facebook-7d3a199e5084831fe08aae7e67f562d9fb3fa07b.tar.bz2 bitlbee-facebook-7d3a199e5084831fe08aae7e67f562d9fb3fa07b.tar.xz |
Merge branch 'master' into track-messagestrack-messages
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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 |