From: Mathieu Desnoyers Date: Tue, 9 Mar 2021 19:01:05 +0000 (-0500) Subject: README: lttng-ust does not depend on liburcu at runtime anymore X-Git-Tag: v2.13.0-rc1~335 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=a610548a65db6afb389ccef38e684405f76f786c README: lttng-ust does not depend on liburcu at runtime anymore Signed-off-by: Mathieu Desnoyers Change-Id: I2c5660168341b6c3a76bf7843f398c45f9e58100 --- diff --git a/README.md b/README.md index 1251a25b..3c45c30c 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ user space tracing helpers for any application. Prerequisites ------------- -LTTng-UST depends on **[liburcu](http://liburcu.org/) >= 0.12** at build and -run times. It also optionally depends on libnuma. +LTTng-UST depends on **[liburcu](http://liburcu.org/) >= 0.12** at build +time. It also optionally depends on libnuma. Building