Skip to content

Instantly share code, notes, and snippets.

@tyhenry
Created May 30, 2018 19:34
Show Gist options
  • Save tyhenry/2e77b6b996ae5eb167d088b59ebd0281 to your computer and use it in GitHub Desktop.
Save tyhenry/2e77b6b996ae5eb167d088b59ebd0281 to your computer and use it in GitHub Desktop.
# update packages
sudo apt-get update
# install batctl dependencies
sudo apt install libnl-3-dev libnl-genl-3-dev
# install batctl
git clone https://git.open-mesh.org/batctl.git
cd batctl
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment