# apt-get install gcc g++ make libncurses5-dev
# wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.6.2-current.tar.gz # tar xzvf asterisk-1.6.2-current.tar.gz # cd asterisk-1.6.2-current
# ./configure
Vyhodí to asi tohle:
configure: OS type : linux-gnu configure: Host CPU : i686
# make
Po několika minutách by se mělo objevit přibližně toto:
+——— Asterisk Build Complete ——— + Asterisk has successfully been built, and + can be installed by running: + + make install +——————————————-
# make install
+—- Asterisk Installation Complete ——-+ … … …
# make samples
# make config
asterisk -vvvc
Asterisk Ready. *CLI>