Ostinato v0.9 has the following dependencies:
- QT 4.3+ (but not Qt5.x)
- Protocol Buffers 2.3+ (bug not 3.x)
- libpcap
Install Prerequisites
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc | |
. ~/.bashrc | |
mkdir ~/local | |
mkdir ~/node-latest-install | |
cd ~/node-latest-install | |
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1 | |
./configure --prefix=~/local | |
make install | |
curl -L https://www.npmjs.org/install.sh | sh |