diff mbox series

[2/2] trace-cmd: README: Add note on installing libtracecmd

Message ID 20220815031342.775201-2-joel@joelfernandes.org (mailing list archive)
State Accepted
Commit a6fe9353bd45ee6735528afca2dbd9b9c607bc4e
Headers show
Series [1/2] trace-cmd: libtracecmd: Fixing linking to C++ code | expand

Commit Message

Joel Fernandes Aug. 15, 2022, 3:13 a.m. UTC
This might be obvious but it still took me some Makefile reading. Add it
to README to make it easier for others.

Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
---
 README | 3 +++
 1 file changed, 3 insertions(+)

Comments

Steven Rostedt Sept. 22, 2022, 1:43 a.m. UTC | #1
On Sun, 14 Aug 2022 23:13:42 -0400
"Joel Fernandes (Google)" <joel@joelfernandes.org> wrote:

> This might be obvious but it still took me some Makefile reading. Add it
> to README to make it easier for others.
> 
> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>

Both patches applied. Thanks Joel!

-- Steve

> ---
>  README | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/README b/README
> index 9d8c127..e823843 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
Joel Fernandes Sept. 22, 2022, 2:56 a.m. UTC | #2
On 9/21/2022 9:43 PM, Steven Rostedt wrote:
> On Sun, 14 Aug 2022 23:13:42 -0400
> "Joel Fernandes (Google)" <joel@joelfernandes.org> wrote:
> 
>> This might be obvious but it still took me some Makefile reading. Add it
>> to README to make it easier for others.
>>
>> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
> 
> Both patches applied. Thanks Joel!

Thanks!

 - Joel
diff mbox series

Patch

diff --git a/README b/README
index 9d8c127..e823843 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