#/*......,,,,,,,...................................................#
#*                                                                 #
#* @@NAME:     INSTALL                                             #
#* @@VERSION:  2.0                                                 #
#* @@DESC:     Information file (this file is part of MpTcp tool). #
#* @@AUTHOR:   Felipe Ecker <khun@hexcodes.org>                    #
#* @@DATE:     15/09/2012 (05:50:00)                               #
#* @@MANIFEST:                                                     #
#*      Copyright (c) Felipe Ecker 2003-2013.                      #
#*      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, Mptcp 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 MACOS (only for IOS*).




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

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

    - Enter to the directory MpTcp-x.x.x.

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

    - Run 'make install'.


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


(For RPM package):
    - Run 'make rpm'.
    - Run 'rpm -ivh RPM_PACKAGE/<ARCH>/mptcp-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 mptcp'.
- (For RPM package) run 'rpm -e mptcp'.




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

Are you looking for Manual or Documentation ?

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


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