From: compudj Date: Fri, 23 Sep 2005 19:33:36 +0000 (+0000) Subject: debian source for LTTV X-Git-Tag: v0.12.20~2222 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=6a2c1aedca34471f2023e033ae7190bbaa7c0b0a;p=lttv.git debian source for LTTV git-svn-id: http://ltt.polymtl.ca/svn@1267 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index a5fbfb95..6a5c34f7 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -37,9 +37,26 @@ Author : Mathieu Desnoyers, September 2005 ** Section 1 * Installation from Debian or RPM packages ** *********************************************************** -No Debian or RPM packages are ready yet. +No RPM packages are ready yet. +No Debian kernel LTTng patch is ready yet. + +You can use the ltt.polymtl.ca apt source to get LTTV for Debian : + +Add the following two sources to your /etc/apt/sources.list : + +deb http://ltt.polymtl.ca/packages/debian experimental main +deb-src http://ltt.polymtl.ca/packages/debian experimental main + +Then, perform the following : + +su - +apt-get update +apt-get install lttv lttv-doc + * note : the packages are signed by myself. I am not considered a trusted + Debian source yet, so warnings are normal. + + -TODO ***********************************************************