mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
Fix typo.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
To use LevelDB, follow these steps:
|
To use LevelDB, follow these steps:
|
||||||
|
|
||||||
1) At the top of the directory tree, type:
|
1) At the top of the directory tree, type:
|
||||||
make -C src/cpp/level/db libleveldb.a
|
make -C src/cpp/leveldb libleveldb.a
|
||||||
|
|
||||||
2) In the SConstruct file, change
|
2) In the SConstruct file, change
|
||||||
LevelDB = bool(0)
|
LevelDB = bool(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user