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/16 01:24] – 1.2 release mister_xinstall_aircrack [2018/04/30 21:42] – [command not found error message] Updated PATH mister_x
Line 68: Line 68:
  
   - Copy 'developer' directory from the [[airpcap|AirPcap]] CD at the same level as 'Aircrack-ng' directory   - Copy 'developer' directory from the [[airpcap|AirPcap]] CD at the same level as 'Aircrack-ng' directory
-  - Append '--with-airpcap=../developer' parameter to configure:+  - Append '- -with-airpcap=../developer' parameter to configure:
  
 ==== Compiling on *BSD/OSX ==== ==== Compiling on *BSD/OSX ====
Line 76: Line 76:
 ==== Latest Git (development) Sources ==== ==== Latest Git (development) Sources ====
  
-**Note:** Compilation parameters can also be used with the sources from our subversion repository.+**Note:** Compilation parameters can also be used with the sources from our git repository.
  
   git clone https://github.com/aircrack-ng/aircrack-ng   git clone https://github.com/aircrack-ng/aircrack-ng
   cd aircrack-ng   cd aircrack-ng
   autoreconf -i   autoreconf -i
-  ./configure+  ./configure --with-experimental
   make   make
   make install   make install
Line 139: Line 139:
 It should show something like: It should show something like:
  
-   /usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin+   /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  
 At this point compare the actual locations with the directories in your PATH. If the directories are missing from your PATH then you have a few options: At this point compare the actual locations with the directories in your PATH. If the directories are missing from your PATH then you have a few options:
install_aircrack.txt · Last modified: 2023/03/03 16:47 by mister_x