https://github.com/winsoft666/wincrashpad
A crash-collecting system for Windows.
https://github.com/winsoft666/wincrashpad
Last synced: 28 days ago
JSON representation
A crash-collecting system for Windows.
- Host: GitHub
- URL: https://github.com/winsoft666/wincrashpad
- Owner: winsoft666
- License: mit
- Created: 2020-06-09T03:33:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T02:51:14.000Z (7 months ago)
- Last Synced: 2024-10-25T09:21:29.262Z (7 months ago)
- Language: C++
- Homepage:
- Size: 1.19 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WinCrashpad
WinCrashpad is a crash-collecting system for Windows.Build with CMake or [vcpkg](https://github.com/microsoft/vcpkg).
---
**How to install with vcpkg:**
1. Copy `vcpkg_port\crashreport` folder to `\ports` folder.
2. Using `vcpkg` command to install.```bat
# Shared library
vcpkg install wincrashpad:x86-windows
vcpkg install wincrashpad:x64-windows# Static library
vcpkg install wincrashpad:x86-windows-static
vcpkg install wincrashpad:x64-windows-static
```