2ac7210734
FossilOrigin-Name: d911169da02fad41102ebdbd34b7533d78a39bb3c452d4174269ba7e3c825c53
30 lines
474 B
Plaintext
30 lines
474 B
Plaintext
pre-requisites
|
|
--------------
|
|
|
|
On a fresh Ubuntu 14.04:
|
|
|
|
apt-get install git
|
|
git clone https://github.com/7u83/actube.git
|
|
apt-get install build-essential
|
|
|
|
|
|
|
|
|
|
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/)
|
|
|
|
|