An open API service indexing awesome lists of open source software.

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.

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).