User Tools

Site Tools


install_aircrack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
install_aircrack [2018/04/30 22:10] – Cleaned up page mister_xinstall_aircrack [2018/07/11 04:03] – [Compiling on *BSD/OSX] Updated instructions mister_x
Line 24: Line 24:
   * Airpcap: developer directory from the Airpcap CD.   * Airpcap: developer directory from the Airpcap CD.
   * if using clang, libiconv and libiconv-devel   * if using clang, libiconv and libiconv-devel
-  * make and Standard C++ Library development package (Debian: libstdc++-dev)+  * make and Standard C++ Library development package
  
 ==== OS X ==== ==== OS X ====
  
-Install the following via macports:+Install the following via Homebrew (brew):
  
-  * gmake 3.81 +  * autoconf 
-  * sqlite3+  * automake 
 +  * libtool 
 +  * openssl 
 +  * shtool 
 +  * pkg-config
  
 ==== FreeBSD, OpenBSD, NetBSD, Solaris ==== ==== FreeBSD, OpenBSD, NetBSD, Solaris ====
Line 41: Line 45:
   * pcre   * pcre
   * sqlite3   * sqlite3
-  * gcc5 optional (50-70% speed gains compared to gcc 4)+  * gcc7 optional (50-70% speed gains with gcc 5 compared to gcc 4)
  
 ===== Optional stuff ===== ===== Optional stuff =====
Line 50: Line 54:
   * For best performance on FreeBSD (50-70% more), install gcc5 via: pkg install gcc5 Then compile with: gmake CC=gcc5 CXX=g++5   * For best performance on FreeBSD (50-70% more), install gcc5 via: pkg install gcc5 Then compile with: gmake CC=gcc5 CXX=g++5
   * rfkill   * rfkill
 +  * CMocka
  
  
Line 73: Line 78:
   - Append '- -with-airpcap=../developer' parameter to configure:   - Append '- -with-airpcap=../developer' parameter to configure:
  
-==== Compiling on *BSD/OSX ====+==== Compiling on *BSD ====
  
 Commands are exactly the same as Linux but instead of **make**, use **gmake** (with **CC=gcc5 CXX=g++5** or any other installed gcc version). Commands are exactly the same as Linux but instead of **make**, use **gmake** (with **CC=gcc5 CXX=g++5** or any other installed gcc version).
  
 +==== Compiling on OS X ====
 +
 +Commands are exactly the same as Linux
 ==== Latest Git (development) Sources ==== ==== Latest Git (development) Sources ====
  
install_aircrack.txt · Last modified: 2023/03/03 16:47 by mister_x