blob: b26ba7702381e4630ebc84d3775505697f438a25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Building Ncat
=============
On UNIX systems, ideally, you should just be able to do:
./configure
make
After building is successful, to install:
make install
For instructions on how to build Ncat for Microsoft Windows or for far more
in-depth compilation, installation, and removal notes, read the Nmap Install
Guide at https://nmap.org/install/.
For instructions on how to build Ncat Portable for Microsoft Windows, read
the how-to available at https://secwiki.org/w/Nmap/Ncat_Portable.
|