From 9cd1fce9d04dfcdc286c795a520017713a4af927 Mon Sep 17 00:00:00 2001 From: "tube@tube-ThinkPad-X100e.(none)" Date: Tue, 19 Aug 2014 17:14:52 +0000 Subject: [PATCH] Inital commit. FossilOrigin-Name: 5a55d8d73f0b7c188de827da26040bda66f33710cba3c21d9255ad7add63f58e --- INSTALL | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000..c88eb1ec --- /dev/null +++ b/INSTALL @@ -0,0 +1,20 @@ +pre-requisites +-------------- + +libcapwap: + +gnutls (http://www.gnutls.org/) +openssl (https://www.openssl.org/) + +ac: +libconfuse (http://www.nongnu.org/confuse/) +libsqlite3 (http://www.sqlite.org/) + +wtp: +libuci (http://wiki.openwrt.org/doc/techref/uci) + +to build conten of contrib directory: +cmake (http://www.cmake.org) +lua (http://www.lua.org/) + +