From f701da8f707726e4097e17234cdd7b55255c1077 Mon Sep 17 00:00:00 2001 From: Kosta Zertsekel Date: Mon, 19 May 2014 13:42:57 +0300 Subject: Doc: Always use absolute paths --- doc/build-unix.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/build-unix.md b/doc/build-unix.md index ab5fbad521..1d75c206e5 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -2,6 +2,16 @@ UNIX BUILD NOTES ==================== Some notes on how to build Bitcoin in Unix. +Note +--------------------- +Always use absolute paths to configure and compile bitcoin and the dependencies, +for example, when specifying the the path of the dependency: + + ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX + +Here BDB_PREFIX must absolute path - it is defined using $(pwd) which ensures +the usage of the absolute path. + To Build --------------------- -- cgit v1.2.3