Fix: Java agent: handle partial payload read
[lttng-ust.git] / README.md
index daf83f111892b52167d3aaccc283a6ed75914f67..51ca20b8e6375729ba707be118781901dc9647e6 100644 (file)
--- 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. It also depends on libnuma.
+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
This page took 0.023889 seconds and 4 git commands to generate.