debian source
[lttv.git] / ltt / branches / poly / QUICKSTART
index a5fbfb95b654683b46895a31816dc1c2b54290c6..cf6a144472b95fdfae5cfd66b3eb479488af3ace 100644 (file)
@@ -37,9 +37,33 @@ 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.
+
+Packages are only available for i386. If you want to create packages for other
+platforms, do :
+
+apt-get source lttv
+cd lttv-0.6.7
+dpkg-buildpackage -rfakeroot
+
+You should then have your .deb files created for your architecture.
 
-TODO
 
 
 ***********************************************************
This page took 0.022464 seconds and 4 git commands to generate.