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 |
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
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 --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
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(+)