Fix: incorrect urcu git URL in README
[lttng-ust.git] / README
diff --git a/README b/README
index 1f6b9d2ca66e859b0ec8a63a47cd295c177563c3..e449576accb764f8b5f6f5e0992aaba9b200c404 100644 (file)
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ PREREQUISITES:
       * Website:  http://lttng.org/urcu
       * Releases: http://lttng.org/files/urcu
       * GitWeb:   http://lttng.org/cgi-bin/gitweb.cgi?p=userspace-rcu.git;a=summary
-      * Git:      git://lttng.org/userspace-rcu.git
+      * Git:      git://git.urcu.so/userspace-rcu.git
 
 For developers using the git tree:
 
@@ -111,7 +111,8 @@ USAGE:
   - Enable instrumentation and control tracing with the "lttng" command
     from lttng-tools. See lttng-tools doc/quickstart.txt.
   - Note for C++ support: since LTTng-UST 2.3, both tracepoints and
-    tracepoint probes can be compiled with g++.
+    tracepoint probes can be compiled in C++. To compile tracepoint probes
+    in C++, you need g++ >= 4.7 or Clang.
 
 
 ENVIRONMENT VARIABLES:
This page took 0.022655 seconds and 4 git commands to generate.