install procedure for other distros
authorJulien Desfossez <jdesfossez@efficios.com>
Tue, 3 Feb 2015 21:35:07 +0000 (16:35 -0500)
committerJulien Desfossez <jdesfossez@efficios.com>
Tue, 3 Feb 2015 21:35:07 +0000 (16:35 -0500)
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
README.md

index 57694dc22e7bb582098cd4bbc94272d0e5149c29..a5a565c0340e2e1274778e1425ec55baabc88dcd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,14 +17,23 @@ This README describes the implemented analyses as well as how to use them.
 * Babeltrace >= 1.2 (with python bindings built)
 * Python >= 3.4
 
-## Install on Ubuntu (12.04 and 14.04 at least)
+## Install
+### Ubuntu (12.04 and 14.04 at least)
 ```bash
 apt-get install -y software-properties-common (or python-software-properties on 12.04)
 apt-add-repository -y ppa:lttng/ppa
 apt-get update
 apt-get -y install lttng-tools babeltrace lttng-modules-dkms python3-babeltrace python3-progressbar
+git clone https://github.com/lttng/lttng-analyses.git
 ```
 
+### Other distros
+Please refer to the [LTTng documentation](http://lttng.org/download/) to
+install LTTng and the [Babeltrace
+README](http://git.efficios.com/?p=babeltrace.git;a=blob_plain;f=README;hb=HEAD)
+to install babeltrace with the python bindings. Optionally install the
+```progressbar``` python module.
+
 ```bash
 git clone https://github.com/lttng/lttng-analyses.git
 ```
This page took 0.024048 seconds and 5 git commands to generate.