Skip to content

Commit

Permalink
Merge pull request #4195
Browse files Browse the repository at this point in the history
f701da8 Doc: Always use absolute paths (Kosta Zertsekel)
  • Loading branch information
laanwj committed May 28, 2014
2 parents 3763458 + f701da8 commit cd19892
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------

Expand Down

0 comments on commit cd19892

Please sign in to comment.