Update from SVN

From AllStarLink Wiki
Revision as of 13:28, 28 January 2019 by imported>N8THN
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

As we fix bugs and add additional features, new source code is posted to SVN (and available from the viewvc interface) from time to time. New installs do not get the latest updates as what is in SVN is considered experimental. However, 99.99% of the time you'll want/need the latest. The update procedure is documented on the Allstar site. It is reproduced here for your convenience.

cd /usr/src

rm -rf astsrc

wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv

mv trunk astsrc

cd astsrc

make upgrade-acid

This procedure can take over an hour on slow computers or under 10 minutes on fast ones. Restart asterisk when complete.