neo-project / neo-gui-2.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

License:MIT License


Languages

Language:C# 99.8%Language:Batchfile 0.2%