add comment on rpath
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri, 08 Sep 2006 09:18:33 +0200
changeset 88 619ef053b9f1
parent 87 a1b7dc32df30
child 89 661932f116ea
add comment on rpath
BUILD
--- a/BUILD	Fri Sep 08 09:16:52 2006 +0200
+++ b/BUILD	Fri Sep 08 09:18:33 2006 +0200
@@ -11,6 +11,10 @@
 
 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
 ----------