You've already forked sentry-native
mirror of
https://github.com/encounter/sentry-native.git
synced 2026-03-30 11:37:49 -07:00
a82aa252f9
* build: Update crashpad and fix zlib build on Windows * build(crashpad): Add missing linux compat source file * build(linux): Add missing -ldl for crashpad_crash
premake
Install premake5 from https://premake.github.io/download.html
HOWTO
MacOS and Linux
./premake5 gmake2
make example_crashpad
Windows
./premake5 vs2017
And then some VS magic.