Files
sentry-native/premake
Jan Michael Auer a82aa252f9 build: Update crashpad and fix zlib build on Windows (#62)
* 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
2019-10-11 18:05:29 +02:00
..
2019-10-05 22:25:27 +02:00
2019-10-05 22:25:27 +02:00
2019-09-12 12:58:53 +02:00

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.