Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 411 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 411 Bytes

Project Setup

On Linux:

yum install leveldb-devel

On Windows:

To build and run locally, you need to clone and build https://github.com/neo-project/leveldb first, then copy libleveldb.dll to the working directory (i.e. /bin/Debug, /bin/Release)

Note: When building, the project file settings must be changed from static library (lib) to dynamic linked library (dll).