actube/INSTALL

35 lines
368 B
Plaintext
Raw Normal View History

pre-requisites to build actube
==============================
2022-08-22 19:00:50 +02:00
Compile
=======
2022-08-22 19:00:50 +02:00
FreeBSD
----------------
pkg install wget
2022-08-22 19:00:50 +02:00
pkg install nettle
cd src/contrib
sh install_libmavl
cd ..
make
2022-08-22 19:00:50 +02:00
Ubuntu
------
apt-get install build-essential clang
apt-get install nettle-dev
apt-get install libssl-dev
2022-08-19 23:55:30 +02:00
apt install bmake
2022-08-22 19:00:50 +02:00
cd src/contrib
sh install_libmavl
cd ..
bmake