diff options
author | Marius Halden <marius.h@lden.org> | 2017-05-19 09:12:38 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-05-19 09:12:38 +0200 |
commit | 2211c7c2026ad5c2cf67e1bb27470dd61e443f12 (patch) | |
tree | f7133e2b15ce75e99c5b09b6ea7546c5ceefde13 /README | |
parent | 195f1a3a40b19f8df919a69def0829388a06bf3b (diff) | |
parent | 310de485e9597df35e94cd4020f8b23121cb3904 (diff) | |
download | bitlbee-facebook-2211c7c2026ad5c2cf67e1bb27470dd61e443f12.tar.gz bitlbee-facebook-2211c7c2026ad5c2cf67e1bb27470dd61e443f12.tar.bz2 bitlbee-facebook-2211c7c2026ad5c2cf67e1bb27470dd61e443f12.tar.xz |
Merge branch 'master' into track-messages
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -36,13 +36,10 @@ With a "global" (or system) bitlbee installation: $ make $ make install -Or with a "local" bitlbee installation (location: $HOME/bitlbee): +Otherwise, before running those commands, set PKG_CONFIG_PATH to the path to +the `bitlbee.pc` file. For example: - $ export BITLBEE_CFLAGS="-I$HOME/bitlbee/include/bitlbee" - $ export BITLBEE_LIBS="" - $ ./autogen.sh --with-plugindir=$HOME/bitlbee/lib - $ make - $ make install + $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ ## Debugging |