From 0edf0f23f29d9c9435bbe7f2ccd3029902cc49d4 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 22 Oct 2019 10:03:03 -0400 Subject: [PATCH] 2.11: add Arch Linux installation instructions Signed-off-by: Philippe Proulx --- 2.11/lttng-docs-2.11.txt | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/2.11/lttng-docs-2.11.txt b/2.11/lttng-docs-2.11.txt index 6089b9f..d2dc5c2 100644 --- a/2.11/lttng-docs-2.11.txt +++ b/2.11/lttng-docs-2.11.txt @@ -1,7 +1,7 @@ The LTTng Documentation ======================= Philippe Proulx -v2.11, 18 October 2019 +v2.11, 22 October 2019 include::../common/copyright.txt[] @@ -373,14 +373,48 @@ but note that: [IMPORTANT] ==== -As of 18 October 2019, LTTng{nbsp}{revision} is not available -as distribution packages. +As of 22 October 2019, LTTng{nbsp}{revision} is not available +as distribution packages, except for <>. You can <> to install and use it. ==== +[[arch-linux]] +=== Arch Linux + +LTTng-UST{nbsp}{revision} is available in Arch Linux's _community_ +repository, while LTTng-tools{nbsp}{revision} and +LTTng-modules{nbsp}{revision} are available in the +https://aur.archlinux.org/[AUR]. + +To install LTTng{nbsp}{revision} on Arch Linux, using +https://github.com/actionless/pikaur[pikaur] for the AUR packages: + +. Install the main LTTng{nbsp}{revision} packages: ++ +-- +[role="term"] +---- +# pacman -Sy lttng-ust +$ pikaur -Sy lttng-tools +$ pikaur -Sy lttng-modules +---- +-- + +. **If you need to instrument and trace <>**, install the LTTng-UST Python agent: ++ +-- +[role="term"] +---- +# pacman -Sy python-lttngust +# pacman -Sy python2-lttngust +---- +-- + + [[building-from-source]] === Build from source -- 2.34.1