install build-essential, cmake, git, libevent-dev, libboost-all-dev, libpcap-dev, libssl-dev
$ sudo apt-get install build-essential cmake git libevent-dev libboost-all-dev libpcap-dev libssl-dev
clone flow-abstractor from GitHub
$ git clone git clone https://github.com/stap-project/flow-abstractor.git
build by cmake and make
$ cd flow-abstractor
$ cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
$ make
if you got an eorror regarding language locale, install suitable launguage pack
$ sudo apt-get install language-pack-ja
run specifying a network interface and config file
$ sudo ./src/stap_fabs -i eth0 -c ./examples/fabs.conf
clone protocol-parser from GitHub
$ git clone https://github.com/stap-project/protocol-parser.git
build by cmake and make
$ cd protocol-parser/dns
$ cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
$ make
$ sudo ./stap_dns
install cmake, boost-all, git, libevent2
$ pkg install cmake boost-all git libevent2
clone flow-abstractor from GitHub
$ git clone git clone https://github.com/stap-project/flow-abstractor.git
set environment variable
$ setenv LIBRARY_PATH /usr/local/lib:/usr/lib
$ setenv CPLUS_INCLUDE_PATH /usr/local/include:/usr/include
build by cmake and make
$ cd flow-abstractor
$ cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
$ make
run specifying a network interface and config file
$ sudo ./src/stap_fabs -i eth0 -c ./examples/fabs.conf
clone protocol-parser from GitHub
$ git clone https://github.com/stap-project/protocol-parser.git
build by cmake and make
$ cd protocol-parser/dns
$ cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
$ make
$ sudo ./stap_dns