diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-02-04 15:17:09 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-02-04 15:17:09 +0100 |
commit | 62c977f56244d133a4723f29345f31f512931c3b (patch) | |
tree | 677282fd5bf873540dd200c006489881c18a09b3 /NEWS | |
parent | 2a3213629454354201dee8adfd9449b992929cac (diff) | |
download | systemtap-steved-62c977f56244d133a4723f29345f31f512931c3b.tar.gz systemtap-steved-62c977f56244d133a4723f29345f31f512931c3b.tar.xz systemtap-steved-62c977f56244d133a4723f29345f31f512931c3b.zip |
Mention run-stap in NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,7 +1,13 @@ * What's new -- Systemtap now comes with a new Beginners Guide that walks the user - through their first steps setting up stap, understanding how it all +- For those that really want to run stap from the build tree there is + now the 'run-stap' script in the top-level build directory that sets + up the SYSTEMTAP_TAPSET, SYSTEMTAP_RUNTIME, SYSTEMTAP_STAPRUN, and + SYSTEMTAP_STAPIO environment variables (installing systemtap, in a + local prefix, is still recommended for common use). + +- Systemtap now comes with a new Beginners Guide that walks the user + through their first steps setting up stap, understanding how it all works, introduces some useful scripts and describes some common pitfalls. It isn't created by default since it needs a Publican setup, but full build instructions can be found in the wiki: |