#/*......,,,,,,,...................................................#
#*                                                                 #
#* @@NAME:     INSTALL                                             #
#* @@VERSION:  3.0                                                 #
#* @@DESC:     Information file (this file is part of Nsoq tool).  #
#* @@AUTHOR:   Felipe Ecker <khun@hexcodes.org>                    #
#* @@DATE:     18/10/2014 (03:20:00)                               #
#* @@MANIFEST:                                                     #
#*      Copyright (c) Felipe Ecker 2003-2014.                      #
#*      You should have received a copy of the GNU General Public  #
#*      License inside this program. Licensed under GPL 3.         #
#*      If not, write to me an e-mail please. Thank you.           #
#*                                                                 #
#*.................................................................#


|........................................................|
|                       IMPORTANT:                       |
|                                                        |
|       Since version 1.7, Nsoq depends of:              |
|                                                        |
|       --> libpthread (is POSIX)                        |
|       --> libpacap (BSD and DARWIN systems)            |
|                                                        |
|                                                        |
|** Libthread is required !!                             |
|** LibPcap is required (for BSD and Darwin)             |
|........................................................|


SUPPORTED SYSTEMS:                        
..................

- Linux (posix on all architectures).
- FreeBSD
- Darwin MAC OSX 
- Darwin IOS*.


BUILDING AND INSTALLATION:
..........................

(Source):
    - Unpack the tarball nsoq-x.x.x.tar.gz on any directory. 
    (The directory 'Nsoq-x.x.x' will be created).

    - Enter to the directory Nsoq-x.x.x.

    - Run 'make'.
    - Or run 'make debug' for debugging binaries.

    - Run 'make install'.

(For DEB package):
    - Run 'make deb'.
    - Run 'dpkg -i DEB_PACKAGE/nsoq-x.x.x.deb' to install the DEB package.

(For RPM package):
    - Run 'make rpm'.
    - Run 'rpm -ivh RPM_PACKAGE/<ARCH>/nsoq-x.x.x-1.<ARCH>.rpm' to install RPM package.

(Cleaning):
     - Type: 'make clean'


UNINSTALL:
..........

- Just type: 'make uninstall' on terminal.
- (For DEB package) run 'dpkg -r nsoq'.
- (For RPM package) run 'rpm -e nsoq'.


DOCUMENTATION:
..............

Are you looking for Manual or Documentation ?

     - Type 'man nsoq' after install.
     - Look on /usr/share/doc/nsoq/nsoq.txt after install.
     - See: http://www.nsoq.org

       
     ...........................................
       Felipe Ecker (Khun) <khun@hexcodes.org>
                  -www.nsoq.org-
