Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.14 KB

This project is not actively maintained

You probably want the Mozilla Rust rewrite

A reimplementation of the Breakpad Windows dump_syms tool.

Build Status Build status

Prerequisites

This project requires gyp to build. On Ubuntu you can apt-get install gyp. On Windows you can use Chromium's depot_tools.

On Linux you'll also probably want ninja. (Windows users can get ninja as part of the depot_tools above.)

Building

  • Run gyp to generate build files
gyp -f ninja --depth=. ./dump_syms.gyp
  • To generate a Visual Studio project you can instead run:
gyp -f msvs --depth=. ./dump_syms.gyp
  • Run ninja to build
ninja -C out/Default/