X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=README.md;h=1251a25b9608d0645c14c0fa9a83a73339c6d99a;hb=70f9f7f95a5a36231e4a71191bcd88d582c3ca81;hp=aa5ea978a2c7c45998607a843f00837a3e329bfc;hpb=380a81f4797534d6eadbba24ae80ed50a8e672f8;p=lttng-ust.git diff --git a/README.md b/README.md index aa5ea978..1251a25b 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 @@ -25,10 +25,11 @@ portability. Here are some things you should have on your system in order to compile the Git repository tree: - [GNU Autotools](http://www.gnu.org/software/autoconf/) - (**Automake >= 1.10**, **Autoconf >= 2.50**, - **Autoheader >= 2.50**; + (**Automake >= 1.12**, **Autoconf >= 2.69**, + **Autoheader >= 2.69**; make sure your system-wide `automake` points to a recent version!) - **[GNU Libtool](https://www.gnu.org/software/libtool/) >= 2.2** + - **[pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)** ### Optional dependencies @@ -189,7 +190,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