freewtp/INSTALL

38 lines
663 B
Plaintext
Raw Normal View History

2013-05-01 14:52:55 +02:00
==================================================
HOW TO BUILD AND RUN SmartCAPWAP 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 AC AND WTP
=======================
Requirements
------------
* automake 1.9 or newer
* autoconf
2014-02-15 11:33:27 +01:00
* libconfig-dev
* libjson0-dev
* libnl-dev
2013-05-01 14:52:55 +02:00
* libtool
2014-02-15 11:33:27 +01:00
* libxml2-dev
* cyassl 3.0 or newer
2013-05-01 14:52:55 +02:00
Build
-----
CyaSSL:
./configure --enable-dtls --enable-psk --prefix=/usr/
make
make install
2013-05-01 14:52:55 +02:00
SmartCAPWAP:
2013-05-01 14:52:55 +02:00
autoreconf -f -i
./configure
make
make install