TIPC tracing tool: tipc-trace

Version: 1.0.0
Version info: First release
Last updated: 08 Jan 2019

Building
-----------

The tipc-trace is a Python2 script, so it can run without any build
requirements (as long as the testing node has Python installed).

This step is for the case where a single executable file is needed,
so that it will be able to execute with no dependency on Python
interpreter, libraries, or even with no Python (this also means
saving some memory on RAM disk nodes...).
Such a build can be accomplished via autoconf and automake (as part
of the tipcutils building steps), however the build server needs to
have Python2 and PyInstaller tools first!

To install PyInstaller:

- install python-pip

e.g.
apt-get install python-pip

- install PyInstaller

python2 -m pip install pyinstaller

Note: The autoconf/automake will detect if a build server has
Python2 and PyInstaller. If not, it will automatically ignore the
tipc-trace's building but use and install the original tipc-trace
Python script instead.
