Update README files

This commit is contained in:
Doug McLain 2020-11-30 21:32:58 -05:00
parent f88e58ad01
commit 4b467733be
2 changed files with 7 additions and 3 deletions

View File

@ -21,8 +21,10 @@ iptables -A OUTPUT -p udp --dport 17000 -j ACCEPT #M17 Outgoing
# Building
This utility is not built with the other cross mode ulitities, and has 1 external dependency:
This utility is not built with the other cross mode ulitities, and has 3 external dependencies:
md380_vocoder https://github.com/nostar/md380_vocoder
imbe_vocoder https://github.com/nostar/imbe_vocoder
mbelib https://github.com/szechyjs/mbelib
With this dependency installed, run 'make' from the source directory.
With these dependencies installed, run 'make' from the source directory.

View File

@ -22,9 +22,11 @@ This software is licenced under the GPL v2 and is intended for amateur and educa
# Building
This utility is not built with the other cross mode ulitities, and has 1 external dependency:
This utility is not built with the other cross mode ulitities, and has 3 external dependencies:
md380_vocoder https://github.com/nostar/md380_vocoder
imbe_vocoder https://github.com/nostar/imbe_vocoder
mbelib https://github.com/szechyjs/mbelib
run 'make' from the source directory.