aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Fernandes (Google) <joel@joelfernandes.org>2022-08-14 23:13:42 -0400
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-09-21 21:41:10 -0400
commita6fe9353bd45ee6735528afca2dbd9b9c607bc4e (patch)
treee35df5dc96cd3674dc6d1b4270a534ae271867c5
parent067f45f538bfcdc123dcaeb7e3abe2a2502a957d (diff)
downloadtrace-cmd-a6fe9353bd45ee6735528afca2dbd9b9c607bc4e.tar.gz
trace-cmd: README: Add note on installing libtracecmd
This might be obvious but it still took me some Makefile reading. Add it to README to make it easier for others. Link: https://lore.kernel.org/linux-trace-devel/20220815031342.775201-2-joel@joelfernandes.org Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 9d8c127c..e8238432 100644
--- a/README
+++ b/README
@@ -57,6 +57,9 @@ To install trace-cmd
To install the gui
make install_gui
+To install libtracecmd libraries
+ make install_libs
+
Note: The default install is relative to /usr/local
The default install directory is /usr/local/bin
The default plugin directory is /usr/local/lib/trace-cmd/plugins