freewtp/INSTALL

41 lines
767 B
Plaintext
Raw Permalink Normal View History

==============================================
HOW TO BUILD AND RUN FreeWTP FOR LINUX SYSTEMS
==============================================
2013-05-01 14:52:55 +02:00
NOTE: To run WTP you must have a wireless card that has Linux driver based
on the Generic IEEE 802.11 Networking Stack (mac80211).
2013-05-01 14:52:55 +02:00
HOW TO BUILD THE WTP
2013-05-01 14:52:55 +02:00
=======================
Requirements
------------
* automake 1.9 or newer
* autoconf
2014-02-15 11:33:27 +01:00
* libconfig-dev
* libnl-dev
2013-05-01 14:52:55 +02:00
* libtool
* libev 4.22 or newer
2016-03-07 15:20:19 +01:00
* wolfssl 3.8 or newer
2013-05-01 14:52:55 +02:00
Build
-----
Linux Kernel:
Apply the appropriate path from kernel-patches to your kernel, enable
CAPWAP WTP support and rebuild you kernel.
2016-03-07 15:20:19 +01:00
WolfSSL:
./configure --enable-dtls --enable-psk --prefix=/usr/
make
make install
FreeWTP:
2013-05-01 14:52:55 +02:00
autoreconf -f -i
./configure
make
make install