diff --git a/LEVELDB.txt b/LEVELDB.txt index 73b6e5bb8..86c85f276 100644 --- a/LEVELDB.txt +++ b/LEVELDB.txt @@ -2,7 +2,7 @@ To use LevelDB, follow these steps: 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 LevelDB = bool(0)