forked from Ettercap/ettercap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.GIT
44 lines (30 loc) · 1.73 KB
/
README.GIT
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
=============================================================================
=============================================================================
@@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@
@@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@
@@@@@@ @@@ @@@ @@@@@@ @@@@@@ @@ @@@@@@@ @@@@@@
@@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@
@@@@@@@ @@@ @@@ @@@@@@@ @@ @@@ @@@@@@@ @@ @@ @@ NG
Copyright 2001-2014 The Ettercap Dev Team
==============================================================================
H O W T O C O M P I L E F R O M G I T
==============================================================================
First you have to clone the project from the git repository:
# git clone git://github.com/Ettercap/ettercap.git
# cd ettercap
If you already had the repository cloned, you will need to pull the latest changes:
# git pull
After you have successfully cloned the repository then you must initiate the build
with cmake:
# mkdir build
# cd build
# cmake ..
# (Use ccmake . to change options such as disabling IPv6 support, add
plugins support, setting release type to Debug, etc).
==============================================================================
D E V E L O P E R S A N D B E T A T E S T E R S S E C T I O N
==============================================================================
In order for ettercap to be compiled with debugging symbols, you need to use
ccmake to change the release type to Debug.
==============================================================================
vim:ts=3:expandtab