/
Open Source - Installing Dependencies for newt-Based Menuselect
Open Source - Installing Dependencies for newt-Based Menuselect
To get the newt-basedmenuselectworking, you need to have thelibnewtdevelopment libraries installed:
CentOS: sudo yum install libnewt-devel
Ubuntu: sudo apt-get install libnewt-dev
If you've previously usedmenuselectwith the curses interface, you need to rebuild. You can do this with the following commands:
# cd ~/src/asterisk-X.X.XX
# make distclean
# ./configure
# make menuselect
# make
# make install
# make config
#make samples
For more detail information about how install asterisk from source, please review the following page: Installing Asterisk From Source