From 815c627e14b8a6a4e2084c1390db8f8f81e6696c Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Mon, 22 Aug 2022 19:00:50 +0200 Subject: [PATCH] Updated --- INSTALL | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/INSTALL b/INSTALL index b1762418..a6422458 100644 --- a/INSTALL +++ b/INSTALL @@ -1,31 +1,34 @@ pre-requisites to build actube ============================== +Compile +======= -On FreeBSD 10.2 +FreeBSD ---------------- pkg install wget -pkg install libnettle +pkg install nettle +cd src/contrib +sh install_libmavl +cd .. +make -Ubuntu 14.04 ------------- + +Ubuntu +------ apt-get install build-essential clang apt-get install nettle-dev apt-get install libssl-dev apt install bmake +cd src/contrib +sh install_libmavl +cd .. +bmake -pre-requisites to build wtp -=========================== - -Ubuntu 14.04 ------------- - -apt-get install libnl-genl-3-dev -