Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 628 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 628 Bytes

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.