From bc2dfd243a718f2f6fc07cf22b107b136cecb47d Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 8 Sep 2006 09:18:33 +0200 Subject: [PATCH] add comment on rpath --- BUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD b/BUILD index 8da695564..4f0756f85 100644 --- a/BUILD +++ b/BUILD @@ -11,6 +11,10 @@ in the directory 'build-dir/dbg-shared/bin' and All builds are built with debugging symbols. Debugging builds enable asserts while optimized builds disable them. +On platforms which support it, rpath is used which means that +the executable binaries generated link explicitely against +the right libraries. This saves you the pain of having to +setup environment variables to point to the right libraries. 1) Options ----------