Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie authored Jul 4, 2019
1 parent 5e800ab commit 68138d2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stackwalker [![Build Status](https://travis-ci.org/NatronGitHub/stackwalker.svg)](https://travis-ci.org/NatronGitHub/stackwalker)


Stackwalker is used to dump symbols and process crash reports for MINGW, Linux and macOS.
Stackwalker is used to process crash reports from MINGW, Linux and macOS.

*This is a fork of Google Breakpad and Mozilla Socorro with additional features/changes maintained for Natron.*

Expand All @@ -12,7 +12,7 @@ Stackwalker is used to dump symbols and process crash reports for MINGW, Linux a
* libzip
* jsoncpp

## Build
## Build (on Linux)

```
git submodule update -i --recursive
Expand All @@ -22,10 +22,7 @@ cd ..
make -C minidump-stackwalk
```

This will create two binaries:

* ``breakpad/src/tools/<OS>/dump_syms``
* ``minidump-stackwalk/stackwalker``
The binary is located in the ``minidump-stackwalk`` folder.

## Usage

Expand Down

0 comments on commit 68138d2

Please sign in to comment.