Skip to content

Instantly share code, notes, and snippets.

@kevinpostal
Last active January 13, 2018 01:41
Show Gist options
  • Save kevinpostal/abe552cc33dec38b1f02c67c24ac1f14 to your computer and use it in GitHub Desktop.
Save kevinpostal/abe552cc33dec38b1f02c67c24ac1f14 to your computer and use it in GitHub Desktop.
Aircrack Install - Tegra / Ubuntu from source
sudo apt-get install -y build-essential libtool
sudo apt-get install autotools-dev autoconf
sudo apt-get install -y libnl-3-dev libnl-genl-3-dev
sudo apt-get install -y sqlite3 libsqlite3-dev
sudo apt-get install -y libgcrypt20-dev libpcap-dev duma
sudo apt-get install -y libgcrypt11-dev
sudo apt-get install -y libpcre3-dev
sudo apt-get install -y libnl-3-dev libnl-genl-3-dev
./configure --with-experimental --with-ext-scripts --with-gcrypt --with-gcrypt --with-duma --with-simd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment