# neo-gui **Repository Path**: gtchina/neo-gui ## Basic Information - **Project Name**: neo-gui - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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).