home.nas: install requirements for compiling yate

This commit is contained in:
Franzi 2021-09-16 15:22:31 +02:00
parent c9f9a27096
commit 74ba98624b
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 11 additions and 0 deletions

View File

@ -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': {