Merge pull request #4195

f701da8 Doc: Always use absolute paths (Kosta Zertsekel)
This commit is contained in:
Wladimir J. van der Laan 2014-05-28 10:14:51 +02:00
commit cd19892d98
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 10 additions and 0 deletions

View File

@ -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
---------------------