Skip to content
Snippets Groups Projects
Commit a98984b8 authored by Daniel Jakots's avatar Daniel Jakots
Browse files

improve installation doc regarding OpenBSD

parent 6831cab8
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ If you always want the latest version with all new features and bugfixes, use Sc ...@@ -89,7 +89,7 @@ If you always want the latest version with all new features and bugfixes, use Sc
or on OpenBSD:: or on OpenBSD::
$ pkg_add git $ doas pkg_add git
2. Check out a clone of Scapy's repository:: 2. Check out a clone of Scapy's repository::
...@@ -285,17 +285,15 @@ Install using MacPorts ...@@ -285,17 +285,15 @@ Install using MacPorts
OpenBSD OpenBSD
------- -------
Here's how to install Scapy on OpenBSD 4.3. Here's how to install Scapy on OpenBSD 5.9+
.. code-block:: text .. code-block:: text
# export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.3/packages/i386/ $ doas pkg_add py-libpcap py-libdnet git
# pkg_add py-libpcap py-libdnet git $ cd /tmp
# ln -sf /usr/local/bin/python2.5 /usr/local/bin/python $ git clone http://github.com/secdev/scapy
# cd /tmp $ cd scapy
# git clone http://github.com/secdev/scapy $ doas python2.7 setup.py install
# cd scapy
# python setup.py install
Optional packages Optional packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment