Convert documentation to AsciiDoc
[lttng-docs.git] / common / ust-sit-step-tp-so.txt
diff --git a/common/ust-sit-step-tp-so.txt b/common/ust-sit-step-tp-so.txt
new file mode 100644 (file)
index 0000000..aa5aa76
--- /dev/null
@@ -0,0 +1,19 @@
+To build the tracepoint provider package shared object:
+
+. Compile the <<tpp-source,tracepoint provider package source file>>:
++
+--
+[role="term"]
+----
+gcc -I. -fpic -c tpp.c
+----
+--
+
+. Build the tracepoint provider package shared object:
++
+--
+[role="term"]
+----
+gcc -shared -o libtpp.so tpp.o -llttng-ust -ldl
+----
+--
This page took 0.02313 seconds and 4 git commands to generate.