- Install Visual Studio Build Tools
- Install Vcpkg and set up command line integration as described in the Vcpkg docs. Remember the location of Vcpkg's
CMAKE_TOOLCHAIN_FILE
- Run
vcpkg install zlib:x64-windows
- Open 'x64 Native Tools Command Propmpt for VS 2019' from your start menu and change your working directory to this repo source code directory.
- Run
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=C:/path/to/vcpkg/scripts/buildsystems/vcpkg.cmake
- Run
cmake --build build --config Release --parallel
- If this is successful, SmokeyBedrockParser can be found in
.\build\Release\SmokeyBedrockParser.exe
.
-
Notifications
You must be signed in to change notification settings - Fork 0
Program to read Minecraft Bedrock's database
License
SmokeyStack/SmokeyBedrockParser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Program to read Minecraft Bedrock's database
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published