Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Last active October 20, 2016 03:56
Show Gist options
  • Save tkuchiki/0b2edd20bf84da98b156649062b57287 to your computer and use it in GitHub Desktop.
Save tkuchiki/0b2edd20bf84da98b156649062b57287 to your computer and use it in GitHub Desktop.
install miruo for Ubuntu
cd /usr/local/src
git clone https://github.com/KLab/miruo
cd ./miruo/
apt-get install -y libpcap-dev
./configure --prefix=/usr
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment