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 revisionBoth sides next revision
install_aircrack [2017/10/15 23:29] – [Installing on Mac OSX] Updated OSX instructions mister_xinstall_aircrack [2018/03/13 22:45] – [Latest SVN (development) Sources] Updated to Git mister_x
Line 92: Line 92:
 Commands are exactly the same as Linux but instead of **make**, use **gmake** (or **CC=gcc5** or any other installed gcc version). Commands are exactly the same as Linux but instead of **make**, use **gmake** (or **CC=gcc5** or any other installed gcc version).
  
-==== Latest SVN (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 subversion repository.
  
-  svn co http://svn.aircrack-ng.org/trunk/ aircrack-ng+  git clone https://github.com/aircrack-ng/aircrack-ng
   cd aircrack-ng   cd aircrack-ng
 +  autoreconf -i
 +  ./configure
   make   make
   make install   make install
install_aircrack.txt · Last modified: 2023/03/03 16:47 by mister_x