Skip to content

Installation

Jacob van Walraven edited this page Feb 25, 2020 · 11 revisions

Debian / Ubuntu

TODO

Building from source

Required software:

Optional software:

Compiling and installing

The following sequence of commands will install libtrace-bigdata on most systems

   git clone https://github.com/jacobvw/libtrace-bigdata.git  
   cd libtrace-bigdata  
   ./bootstrap  
   ./configure  
   make  
   make install

This will install libtrace-bigdata binary to /usr/local/bin/bigdata and the configuration file to /usr/local/etc/bigdata/config.yaml

Clone this wiki locally