X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=README.md;h=51ca20b8e6375729ba707be118781901dc9647e6;hb=35cbacdb34948e328f5d360f2fd76618dd678e2f;hp=aa5ea978a2c7c45998607a843f00837a3e329bfc;hpb=380a81f4797534d6eadbba24ae80ed50a8e672f8;p=lttng-ust.git diff --git a/README.md b/README.md index aa5ea978..51ca20b8 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/) v0.7.2 at build and -run times. +LTTng-UST depends on **[liburcu](http://liburcu.org/) >= 0.12** at build and +run times. It also optionally depends on libnuma. Building @@ -189,7 +189,7 @@ human-readable text log. Since LTTng-UST 2.3, both tracepoints and tracepoint providers can be compiled in C++. To compile tracepoint probes in C++, you need -G++ >= 4.7 or Clang. +G++ >= 4.7 or Clang. The C++ compilers need to support C++11. Contact