api-sanity-checker icon indicating copy to clipboard operation
api-sanity-checker copied to clipboard

How to setup and use api-sanity-checker on Windows 10?

Open shreyas-m791 opened this issue 5 years ago • 1 comments

Hello,

Could you please provide the complete instructions to setup and use api-sanity-checker on Windows 10 using MinGW or any other tool? I am trying to use this tool to test some C/C++ projects developed on Windows 10 with Visual Studio 2019.

Regards, Shreyas M

shreyas-m791 avatar Aug 10 '20 12:08 shreyas-m791

  1. Add ABI Compliance Checker (1.99.24 or newer) to PATH
  2. Add MinGW to PATH
  3. Install MS Visual C++ (make sure dumpbin, undname, cl are in PATH)
  4. Install Active Perl 5
  5. Add Ctags (5.8 or newer) to PATH
  6. Run vcvars64.bat (from ~ C:\Microsoft Visual Studio X.Y.Z\VC\bin)

bsdhw avatar Aug 10 '20 18:08 bsdhw