Added Installation Instructions for Mac Os X

This commit is contained in:
SentinelWarren 2017-01-14 23:00:24 +03:00
parent 8af0593ded
commit 9e1ae8037f
2 changed files with 39 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,2 @@
scapy
pcapy