Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / using-lttng / instrumenting / advanced-techniques / 32-bit-on-64-bit / building-64-bit-lttng-tools.md
CommitLineData
5e0cbfb0
PP
1---
2id: building-64-bit-lttng-tools
3---
4
5Finally, you need to build a 64-bit version of LTTng-tools which is
6aware of the 32-bit consumer daemon previously built and installed:
7
8<pre class="term">
9make clean
10./bootstrap
11./configure --prefix=/usr \
12 --with-consumerd32-libdir=/usr/lib32 \
13 --with-consumerd32-bin=/usr/lib32/lttng/libexec/lttng-consumerd
14make
15sudo make install
16sudo ldconfig
17</pre>
18
47bfcb75 19Henceforth, the 64-bit session daemon automatically finds the
5e0cbfb0 2032-bit consumer daemon if required.
This page took 0.023007 seconds and 4 git commands to generate.