Skip to content

Commit 7ac10c7

Browse files
authored
Merge pull request #27 from BinaryAnalysisPlatform/Build-sintr
Add piqi and protobuf-dev as dependencies
2 parents 7136810 + 4aee1b3 commit 7ac10c7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,22 @@
3131

3232
## C++ `libtrace` library
3333

34-
1. Generate configuration files
34+
1. Install [piqi](https://piqi.org/downloads/) so you have the `piqi` binary in `PATH`.
35+
36+
2. Install `protobuf-devel` (Debian: `libprotobuf-dev`).
37+
38+
3. Generate configuration files
3539
```
3640
cd libtrace
3741
./autogen.sh
3842
```
3943

40-
2. Configure (use configuration options to your taste)
44+
4. Configure (use configuration options to your taste)
4145
```
4246
./configure
4347
```
4448

45-
3. Compile and install
49+
5. Compile and install
4650
```
4751
make
4852
make install

0 commit comments

Comments
 (0)