Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 827 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 827 Bytes

SmokeyBedrockParser

  • 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.