Last active
January 13, 2018 01:41
-
-
Save kevinpostal/abe552cc33dec38b1f02c67c24ac1f14 to your computer and use it in GitHub Desktop.
Aircrack Install - Tegra / Ubuntu from source
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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