This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
INSTALL
executable file
·58 lines (39 loc) · 1.97 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
--------------------------------------------------------------------------------
Hyenae Installation
--------------------------------------------------------------------------------
Hyenae
Advanced Network Packet Generator
Copyright (C) 2009 - 2010 Robin Richter
Contact : [email protected]
Homepage : http://sourceforge.net/projects/hyenae/
--------------------------------------------------------------------------------
1. Prerequisites
In order to build and install Hyenae from source, you first need to make
sure that the following software packages are installed on your system:
Windows:
MingGW http://www.mingw.org/
Make
GNU Compiler Collection (GCC)
WinPCAP + Headers http://www.winpcap.org/
libdnet + Headers http://libdnet.sourceforge.net/
Linux/BSD:
GNU Make http://www.gnu.org/software/make/
GNU Compiler Collection (GCC) http://gcc.gnu.org/
libpcap http://sourceforge.net/projects/libpcap/
libdnet/libdumbnet + Headers http://libdnet.sourceforge.net/
Mac OS X:
Apple Developer-Tools http://developer.apple.com/tools/
libdnet + Headers http://libdnet.sourceforge.net/
NOTE:
On Debian based Linux distributions you have to install libdumbnet instead
of libdnet!
--------------------------------------------------------------------------------
2. Compilation & Installation
Once your system matches the requirements above, go to the Hyenae source
folder and execute:
# ./configure && make
Windows users are now ready to go. If you are using a *nix-based operating
system, you might want to install Hyenae to your binary folder and also copy
the man pages and configuration files. This can be achieved by executing:
# sudo make install
--------------------------------------------------------------------------------