Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bpftrace
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bpftrace
Commits
d0b7b3b0
Commit
d0b7b3b0
authored
May 17, 2018
by
xbe
Committed by
Alastair Robertson
May 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
INSTALL.md: Update docker information
parent
90210546
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
INSTALL.md
INSTALL.md
+4
-4
No files found.
INSTALL.md
View file @
d0b7b3b0
...
@@ -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`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment