diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-09-30 14:51:26 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-09-30 14:51:26 -0400 |
commit | b586f21fc0dbd1e195ece774f02334589a10ddb1 (patch) | |
tree | ca04d7c60ef1e862271e1380603eb6367cf9e6e1 /README | |
parent | 7115de8281be8cb68880210572ba0a0141509fb9 (diff) | |
download | systemtap-steved-b586f21fc0dbd1e195ece774f02334589a10ddb1.tar.gz systemtap-steved-b586f21fc0dbd1e195ece774f02334589a10ddb1.tar.xz systemtap-steved-b586f21fc0dbd1e195ece774f02334589a10ddb1.zip |
PR6925: mention the possibility of running the build tree "stap" after "make install"
Diffstat (limited to 'README')
-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 |