diff options
-rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -64,9 +64,12 @@ Build steps: To run the full test suite from the build tree. % sudo make installcheck - To run systemtap, add $prefix/bin to your $PATH, or refer to - $prefix/bin/stap directly. Some samples should be available under - $prefix/share/doc/systemtap/examples. Normally, run "stap" as root. + To run systemtap after installation, add $prefix/bin to your $PATH, or + refer to $prefix/bin/stap directly. If you keep your build tree + around, you can also use the "stap" binary there. + + Some samples should be available under $prefix/share/doc/systemtap/examples. + Normally, run "stap" as root. If desired, create "stapdev" and "stapusr" entries in /etc/groups. Any users in "stapdev" will be able to run systemtap as if with root |