mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
[doc] Typo fix
Small typo in Unix install notes
This commit is contained in:
parent
317462123f
commit
ff2be40685
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ for example, when specifying the path of the dependency:
|
||||||
|
|
||||||
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
|
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
|
||||||
|
|
||||||
Here BDB_PREFIX must absolute path - it is defined using $(pwd) which ensures
|
Here BDB_PREFIX must be an absolute path - it is defined using $(pwd) which ensures
|
||||||
the usage of the absolute path.
|
the usage of the absolute path.
|
||||||
|
|
||||||
To Build
|
To Build
|
||||||
|
|
Loading…
Reference in a new issue