We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7136810 + 4aee1b3 commit 7ac10c7Copy full SHA for 7ac10c7
README.md
@@ -31,18 +31,22 @@
31
32
## C++ `libtrace` library
33
34
-1. Generate configuration files
+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
39
```
40
cd libtrace
41
./autogen.sh
42
43
-2. Configure (use configuration options to your taste)
44
+4. Configure (use configuration options to your taste)
45
46
./configure
47
48
-3. Compile and install
49
+5. Compile and install
50
51
make
52
make install
0 commit comments