This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
airgraph-ng [2013/06/19 21:48] mister_x [Installing] Fixed airgraph-ng SVN URL |
airgraph-ng [2018/12/14 22:02] mister_x [Installing] Fixed instructions |
||
---|---|---|---|
Line 7: | Line 7: | ||
===== Requirements ===== | ===== Requirements ===== | ||
* python | * python | ||
- | * subversion | ||
* graphviz | * graphviz | ||
* make | * make | ||
Line 15: | Line 14: | ||
===== Installing ===== | ===== Installing ===== | ||
- | svn co http://svn.aircrack-ng.org/trunk/scripts/airgraph-ng | + | git clone http://github.com/aircrack-ng/aircrack-ng |
- | cd airgraph-ng | + | cd aircrack-ng |
+ | autoreconf -i | ||
+ | ./configure | ||
+ | cd scripts/airgraph-ng | ||
make install | make install | ||