Commit d0b7b3b0 authored by xbe's avatar xbe Committed by Alastair Robertson

INSTALL.md: Update docker information

parent 90210546
...@@ -60,8 +60,8 @@ Building inside a Docker container will produce a statically linked bpftrace exe ...@@ -60,8 +60,8 @@ Building inside a Docker container will produce a statically linked bpftrace exe
`./build.sh` `./build.sh`
There are some more fine-grained options if you find yourself building BPFtrace a lot: There are some more fine-grained options if you find yourself building BPFtrace a lot:
- `./build-docker.sh` - builds just the `bpftrace-builder` Docker image - `./build-docker-image.sh` - builds just the `bpftrace-builder` Docker image
- `./build-debug.sh` - builds BPFtrace with debugging information - `./build-debug.sh` - builds BPFtrace with debugging information (requires `./build-docker-image.sh` to have already been run)
- `./build-release.sh` - builds BPFtrace in a release configuration - `./build-release.sh` - builds BPFtrace in a release configuration (requires `./build-docker-image.sh` to have already been run)
`./build.sh` is equivalent to `./build-docker.sh && ./build-release.sh` `./build.sh` is equivalent to `./build-docker-image.sh && ./build-release.sh`
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment