X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=README.md;h=286703baa2c4e90501f8d33b1ed825acd230fbf8;hb=217babc9b6b5dcc531fb6b8bc5fc6e2906a060be;hp=e4fb9f2ddae6d3431cf935ee4965b0282242cb73;hpb=9ff107a9504abe331c714a0301f0f4726f01cf41;p=lttng-ust.git diff --git a/README.md b/README.md index e4fb9f2d..286703ba 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,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. The C++ compilers need to support C++11. +G++ >= 4.7 or Clang >= 4.0. The C++ compilers need to support C++11. Contact @@ -235,7 +235,7 @@ This package contains the following elements: JAR library to provide an LTTng-UST logging back-end for Java applications using Java Util Logging or Log4j. (Configure with `--enable-java-agent-jul` or `--enable-java-agent-log4j` or - `--enable-java-agent-all`). + `--enable-java-agent-log4j2` or `--enable-java-agent-all`). - `liblttng-ust-libc-wrapper`: an example library that can be preloaded to instrument some calls to libc (currently `malloc()` and `free()`) and to POSIX threads (mutexes currently instrumented) in