From 74ba98624bc56f85eed6fe47c3975aac7a35026f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 16 Sep 2021 15:22:31 +0200 Subject: [PATCH] home.nas: install requirements for compiling yate --- nodes/home/nas.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nodes/home/nas.py b/nodes/home/nas.py index d373ebe..6baf62b 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -31,6 +31,17 @@ nodes['home.nas'] = { 'packages': { 'mpv': {}, 'youtube-dl': {}, + + # for compiling yate + 'autoconf': {}, + 'subversion': {}, + # svn checkout http://yate.null.ro/svn/yate/tags/RELEASE_6_4_0/ . + # ./autogen.sh + # ./configure --prefix=/opt/yate + # make -j8 + # systemctl stop yate + # make install-noconf + # systemctl start yate }, }, 'backups': {