actube/INSTALL
7u83 0eb3e16932 Moved debug options into a mavl object
So there is an unlimited number of debug options, instead of 32 as
before.
2022-09-04 11:13:12 +02:00

35 lines
391 B
Plaintext

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