update README
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 22 Jul 2009 21:32:00 +0000 (17:32 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 22 Jul 2009 21:32:00 +0000 (17:32 -0400)
README

diff --git a/README b/README
index 18874e81d8065cd034d42e241ae981ed0bf1b761..71ad996f3cc9d0112f13c81a23858fc4fc662410 100644 (file)
--- a/README
+++ b/README
@@ -1,19 +1,27 @@
 LTTNG USERSPACE TRACER
 
-NOTE: THIS LIBRARY HAS NOT BEEN RELEASED YET BECAUSE ALTOUGH IT IS LICENCED AS
-LGPL, IT CAN ONLY BE USED AS GPL BECAUSE IT DEPENDS ON GPL LIBRARIES. IT WILL BE
-RELEASED AS SOON AS THESE ISSUES ARE RESOLVED.
+NOTE: This library has not been released yet because altough it is licenced as
+LGPL, it can only be used as gpl because it depends on GPL files. It will be
+released as soon as these issues are resolved.
 
 Dependencies:
 
-- liburcu-pmf
-  Userspace RCU library, pmf patches.
-  http://git.dorsal.polymtl.ca
+- liburcu
+  Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney
+  http://ltt.polymtl.ca/cgi-bin/gitweb.cgi?p=userspace-rcu.git;a=summary
 
 - libkcompat
   Linux kernel userspace compatibility library.
   http://git.dorsal.polymtl.ca
 
+Installation instruction:
+
+- Download, compile and install liburcu and libkcompat.
+- In this package's tree, run ./configure, specifying the location of
+  liburcu and libkcompat with the --with-urcu and --with-kcompat options.
+- Run make.
+- See the manual in the doc/ directory for usage instructions.
+
 Package contents:
 
 - libust
This page took 0.024189 seconds and 4 git commands to generate.