Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Side by Side Diff: README.md

Issue 1583163003: README: add more links to breakpad sites (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Breakpad 1 # Breakpad
2 2
3 Breakpad is a set of client and server components which implement a 3 Breakpad is a set of client and server components which implement a
4 crash-reporting system. 4 crash-reporting system.
5 5
6 * [Homepage](https://chromium.googlesource.com/breakpad/breakpad/)
7 * [Documentation](https://chromium.googlesource.com/breakpad/breakpad/+/master/d ocs/)
8 * [Bugs](https://bugs.chromium.org/p/google-breakpad/)
9 * Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://group s.google.com/d/forum/google-breakpad-discuss)
10 * Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.googl e.com/d/forum/google-breakpad-dev)
11
6 ## Getting started in 32-bit mode (from trunk) 12 ## Getting started in 32-bit mode (from trunk)
7 13
8 ```sh 14 ```sh
9 # Configure 15 # Configure
10 CXXFLAGS=-m32 CFLAGS=-m32 CPPFLAGS=-m32 ./configure 16 CXXFLAGS=-m32 CFLAGS=-m32 CPPFLAGS=-m32 ./configure
11 # Build 17 # Build
12 make 18 make
13 # Test 19 # Test
14 make check 20 make check
15 # Install 21 # Install
(...skipping 18 matching lines...) Expand all
34 For linux/mac/windows, there are test targets in each project file. 40 For linux/mac/windows, there are test targets in each project file.
35 41
36 5. Commit your changes to your local repo and upload them to the server. 42 5. Commit your changes to your local repo and upload them to the server.
37 http://dev.chromium.org/developers/contributing-code 43 http://dev.chromium.org/developers/contributing-code
38 e.g. `git commit ... && git cl upload ...` 44 e.g. `git commit ... && git cl upload ...`
39 You will be prompted for credential and a description. 45 You will be prompted for credential and a description.
40 46
41 6. At https://codereview.chromium.org/ you'll find your issue listed; click on 47 6. At https://codereview.chromium.org/ you'll find your issue listed; click on
42 it, and select Publish+Mail, and enter in the code reviewer and CC 48 it, and select Publish+Mail, and enter in the code reviewer and CC
43 google-breakpad-dev@googlegroups.com 49 google-breakpad-dev@googlegroups.com
44
45 ## Documentation
46
47 Visit https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698