pre-requisites to build actube
==============================

Compile 
=======

FreeBSD 
----------------

pkg install wget
pkg install nettle
cd src/contrib
sh install_libmavl
cd ..
make



Ubuntu
------

apt-get install build-essential clang
apt-get install nettle-dev
apt-get install libssl-dev
apt install libedit-dev
apt install bmake
cd src/contrib
sh install_libmavl
cd ..
bmake