Fw: [Asterisk-Users] Asterisk stable how to compile ?
Glenn Dalgliesh
asterisk at techhat.com
Mon Mar 1 13:24:17 MST 2004
Sorry for the lack of formating in previous email
I have been doing the following and it seems to work fine
# cd /usr/src
# export CVSROOT=:pserver:anoncvs at cvs.digium.com:/usr/cvsroot
# cvs login -the password is anoncvs.
# cvs checkout zaptel libpri
# cvs checkout -rv1-0_stable asterisk
# cd zaptel
# make clean ; make install
# cd ../libpri
# make clean ; make install
# cd ../asterisk
# make clean ; make install
More information about the asterisk-users
mailing list