From 0968f903fe66f9bb8957b8d01e35f3743c74404b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 4 Nov 2014 11:31:31 +0100 Subject: Brought old blog over --- ...ow-to-build-telepathy-qt4-with-alternate-prefix.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/technical/how-to-build-telepathy-qt4-with-alternate-prefix.md (limited to 'content/technical/how-to-build-telepathy-qt4-with-alternate-prefix.md') diff --git a/content/technical/how-to-build-telepathy-qt4-with-alternate-prefix.md b/content/technical/how-to-build-telepathy-qt4-with-alternate-prefix.md new file mode 100644 index 0000000..09d1cd2 --- /dev/null +++ b/content/technical/how-to-build-telepathy-qt4-with-alternate-prefix.md @@ -0,0 +1,19 @@ +Title: How to build telepathy-qt4 with alternate prefix +Date: 2011-08-11 +Tags: technical +Slug: how-to-build-telepathy-qt4-with + +Just figured out how to build telepathy-qt4 in an alternate prefix and +also look for dependencies in that prefix as well. Since I don't use +cmake much these days, figured I'd post this so I could go and look back +at it later. Depends on [this fix][]. + + :::sh + PKG_CONFIG_PATH=~/the/prefix cmake -DCMAKE_INSTALL_PREFIX=~/the/prefix  .make install + +Or if on a 64-bit system: + + :::sh + PKG_CONFIG_PATH=~/the/prefix cmake -DCMAKE_INSTALL_PREFIX=/data/build/telepathy -DLIB_SUFFIX=64 .make install + + [this fix]: https://bugs.freedesktop.org/show_bug.cgi?id=40008 -- cgit v1.2.3