/
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:

  1. # cd ~/src/asterisk-X.X.XX

  2. # make distclean

  3. # ./configure

  4. # make menuselect

  5. # make

  6. # make install

  7. # make config

  8. #make samples

For more detail information about how install asterisk from source, please review the following page:  Installing Asterisk From Source

Return to Documentation Home I Return to Sangoma Support