From mboxrd@z Thu Jan 1 00:00:00 1970 From: christian.babeux@efficios.com (Christian Babeux) Date: Fri, 11 Jan 2013 17:45:26 -0500 Subject: [lttng-dev] lttng-ust quick start? In-Reply-To: <3CA1A65C03C1A34C81BBC6272782E696987596@valcartierex01.valcartier.drdc-rddc.gc.ca> References: <3CA1A65C03C1A34C81BBC6272782E696987596@valcartierex01.valcartier.drdc-rddc.gc.ca> Message-ID: > Turning to the Internet, I find https://github.com/giraldeau/lttng-ust/tree/master/doc/examples/easy-ust and grab the handful of files found there. > I then open a console within that directory and invoke make: Please use an official git repository such as: git://git.lttng.org/lttng-ust.git Or you can use a source distribution: http://lttng.org/files/lttng-ust/lttng-ust-2.1.0.tar.bz2 Normally this example should be installed in /usr/share/doc/lttng-ust/examples/easy-ust or /usr/local/share/doc/lttng-ust/examples/easy-ust in your case. Christian