home.nas: install requirements for compiling yate
This commit is contained in:
parent
c9f9a27096
commit
74ba98624b
1 changed files with 11 additions and 0 deletions
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue