Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 469 Bytes

nbt-parser

A parser library of NBT file format used in the game Minecraft.

Building

Building is handled by CMake. This project uses C++20 features and may require G++ 10 or higher to successfully compile.

You'll need the following dependencies:

  • fmtlib - required, handles formatting of human readable messages.
  • python3 and pybind11 - optional, builds python bindings for NBTP.
  • googletest - optional, only if you want to run unit tests.