Skip to content

jocopa3/leveldb-mcpe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project can be used to build the Mojang LevelDB branch as a DLL out of the box in Visual Studio 2015.

How to compile:

  • After cloning the repo, enter the following command to download LevelDB-MCPE and ZLib sources: git submodules update --init
  • Open LevelDB-MCPE.sln in Visual Studio 2015 (haven't tested 2017).
  • Set the desired configuration (Release for normal use, Debug for debugging), and platform (Win32 for 32-bit, x64 for 64-bit).
  • Build the solution.
  • The compiled DLL will be located in: BuildOutput\(platform)\(configuration)\leveldb-mcpe.dll

About

A fork of Mojang's LevelDB-MCPE which can be compiled in Visual Studio as a DLL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%