https://github.com/qedsoftware/crashup
Cross-platform solution for (1) collection of crash reports and (2) delivery of updates from desktop applications.
https://github.com/qedsoftware/crashup
Last synced: 11 months ago
JSON representation
Cross-platform solution for (1) collection of crash reports and (2) delivery of updates from desktop applications.
- Host: GitHub
- URL: https://github.com/qedsoftware/crashup
- Owner: qedsoftware
- Created: 2016-03-15T16:40:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T10:09:52.000Z (over 9 years ago)
- Last Synced: 2025-05-25T13:48:37.276Z (about 1 year ago)
- Language: Python
- Homepage: https://qed.ai
- Size: 93 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Crashup
=======
Compiling demoapp
-----------------
Create directory for build files and generate build tree:
```
cd
mkdir _build
cd _build
cmake .. -DSOCORRO_UPLOAD_URL=""
```
Run `make` or `cmake --build .` (esp. on Windows second option is recommended)
Usage
-----
For instructions how to integrate your app with Crashup, see [USAGE.md](USAGE.md).