Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
/ leveldb-mcpe Public archive
forked from google/leveldb

Yet another Minecraft PE / Bedrock leveldb library / 一个支持MCPE的leveldb

License

Notifications You must be signed in to change notification settings

bedrock-viz/leveldb-mcpe

 
 

Repository files navigation

LevelDB with zlib support

A fork of LevelDB that compatible with Minecraft PE / Bedrock.

Motivation

Mojang's leveldb-mcpe lacks support of CMake so I created this repo with latest leveldb.

Getting Started

Prerequisities

  • You may need vcpkg to build it on Windows

  • zlib

Build

generate solution with cmake and vcpkg:

cmake .. -DCMAKE_TOOLCHAIN_FILE=<vcpkg root directory>\scripts\buildsystems\vcpkg.cmake

Integrate with vcpkg

see leveldb-mcpe-portfile.

About

Yet another Minecraft PE / Bedrock leveldb library / 一个支持MCPE的leveldb

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.9%
  • C 3.1%
  • CMake 2.0%