Errors on Prototype asterisk on rasperry - leebalaji1234/voiceprotocol GitHub Wiki
- ERROR 1:
- termcap support not found (on modern systems, this typically means the ncurses development package is missing)
solution:
apt-get install build-essential wget libssl-dev libncurses5-dev libnewt-dev libxml2-dev libsqlite3-dev uuid-dev git subversion
- ERROR 2:
- JSON support not found (this typically means the libjansson development package is missing)