Skip to content

Commit

Permalink
Merge pull request google#167 from ajdavis/patch-1
Browse files Browse the repository at this point in the history
Tell users to install protoc
  • Loading branch information
haberman authored Jun 10, 2019
2 parents 6ae4a2c + 2b43176 commit 3a600c6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ This is not an official Google product.

## Building Bloaty

Bloaty uses CMake to build. All dependencies are included as Git submodules.
To build, simply run:
Building Bloaty requires CMake and ``protoc``, the protobuf compiler. On Ubuntu, install them with:

```
$ sudo apt install cmake protobuf-compiler
```

Bloaty bundles ``libprotobuf``, ``re2``, ``capstone``, and ``pkg-config`` as Git submodules, but it will prefer the system's versions of those dependencies if available. All other dependencies are included as Git submodules. To build, run:

```
$ cmake .
Expand Down

0 comments on commit 3a600c6

Please sign in to comment.