
Requirements
============

Operating System:

    Any GNU/Linux distribution. Linux kernel 2.6.X with Tuntap driver.

Development tools:

    GNU C Compiler
    GNU Make
    automake
    autoconf
    Subversion (client)
    Patch
    
Further tools:
    
    iproute tools (if you are going to use LwIPv6 with View-OS)
    tunctl        (for Tuntap driver configuration)
    vde           (if you are going to use LwIPv6 with VDE)


Installation
============

Move inside LwIPv6 source directory and type:

    $ autoreconf --install
    
    $ ./configure
    
    $ make

You can install the library with the following command:

    # make install
    
