37 lines
639 B
Plaintext
37 lines
639 B
Plaintext
==============================================
|
|
HOW TO BUILD AND RUN FreeWTP FOR LINUX SYSTEMS
|
|
==============================================
|
|
|
|
NOTE: To run WTP you must have a wireless card that has Linux driver based
|
|
on the Generic IEEE 802.11 Networking Stack (mac80211).
|
|
|
|
|
|
HOW TO BUILD THE WTP
|
|
=======================
|
|
|
|
Requirements
|
|
------------
|
|
|
|
* automake 1.9 or newer
|
|
* autoconf
|
|
* libconfig-dev
|
|
* libnl-dev
|
|
* libtool
|
|
* libev 4.22 or newer
|
|
* wolfssl 3.8 or newer
|
|
|
|
Build
|
|
-----
|
|
|
|
WolfSSL:
|
|
./configure --enable-dtls --enable-psk --prefix=/usr/
|
|
make
|
|
make install
|
|
|
|
|
|
FreeWTP:
|
|
autoreconf -f -i
|
|
./configure
|
|
make
|
|
make install
|