aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2017-04-02 03:29:48 -0300
committerdequis <dx@dxzone.com.ar>2017-04-02 03:29:48 -0300
commit22d4bf85084252bec03be6cdbdd8076d9d447ce0 (patch)
tree9bdf758e2e04299ecb3b7c2701896f4e3108772e /README
parent41382c1c1b2e7782e175ba324601f1bf86f2209e (diff)
downloadbitlbee-facebook-22d4bf85084252bec03be6cdbdd8076d9d447ce0.tar.gz
bitlbee-facebook-22d4bf85084252bec03be6cdbdd8076d9d447ce0.tar.bz2
bitlbee-facebook-22d4bf85084252bec03be6cdbdd8076d9d447ce0.tar.xz
README: change homedir instructions to just use pkg-config
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 3 insertions, 6 deletions
diff --git a/README b/README
index 5e249eb..e7bf8b2 100644
--- a/README
+++ b/README
@@ -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