mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-04 20:38:21 +02:00
Added Installation Instructions for Mac Os X
This commit is contained in:
parent
8af0593ded
commit
9e1ae8037f
2 changed files with 39 additions and 0 deletions
37
README.rst
37
README.rst
|
@ -23,6 +23,43 @@ You can download KickThemOut by cloning the `Git Repo <https://github.com/k4m4/k
|
|||
|
||||
$ pip install -r requirements.txt
|
||||
|
||||
Installation For Mac Os X
|
||||
--------------------------
|
||||
|
||||
Clone `Git Repo <https://github.com/k4m4/kickthemout>`::
|
||||
|
||||
$ git clone https://github.com/k4m4/kickthemout.git
|
||||
|
||||
$ cd kickthemout
|
||||
|
||||
Install Os X requirements::
|
||||
|
||||
$ pip install -r requirements_for_osx.txt
|
||||
|
||||
Install `libdnet <http://libdnet.sourceforge.net>`::
|
||||
|
||||
Using Homebrew:
|
||||
|
||||
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
|
||||
|
||||
$ brew update
|
||||
|
||||
$ brew install libdnet
|
||||
|
||||
From source:
|
||||
|
||||
$ wget http://ftp.psu.ac.th/pub/snort/libdnet-1.12.tgz
|
||||
|
||||
$ tar xfz libdnet-1.12.tgz
|
||||
|
||||
$ ./configure
|
||||
|
||||
$ make
|
||||
|
||||
$ sudo make install
|
||||
|
||||
$ cd python 2.x setup.py install
|
||||
|
||||
Demo
|
||||
-----
|
||||
|
||||
|
|
2
requirements_for_osx.txt
Normal file
2
requirements_for_osx.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
scapy
|
||||
pcapy
|
Loading…
Add table
Add a link
Reference in a new issue