PresentMon icon indicating copy to clipboard operation
PresentMon copied to clipboard

feat: Add build script to automate setup

Open DealsBeam opened this issue 4 months ago • 0 comments

This commit introduces a new Windows batch script, build.bat, to fully automate the build process described in BUILDING.md.

The script handles:

  • Cloning and bootstrapping vcpkg
  • Installing required vcpkg packages
  • Building the Chromium Embedded Framework (CEF) from a user-provided directory
  • Installing NPM dependencies for the UI
  • Creating and installing a test certificate
  • Building the main Visual Studio solution

This script significantly simplifies the setup for new and existing developers, reducing the chance of manual errors.

The BUILDING.md file has also been updated to document the usage of this new script.

DealsBeam avatar Aug 30 '25 21:08 DealsBeam