Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 583 Bytes

BUILDING.md

File metadata and controls

13 lines (10 loc) · 583 Bytes

How to build

  • Pull this repo.
  • Pull the ProcessMemory repo.
  • Pull the DoubleBuffered repo.
  • Open the RE2REmakeSRT.sln and ensure all 3 projects are present and loaded. Fix if they're not.
  • Edit the properties for RE2REmakeSRT.csproj and remove the post-build events for code signing.
  • ...
  • Success.

Notes:

.NET Framework v4.7.2 SDK required, by default, to build this project. You could reduce the .NET Framework version in the projects and the code will likely still work.