Difference between revisions of "Update from SVN"
Jump to navigation
Jump to search
m Tag: visualeditor |
m |
||
Line 1: | Line 1: | ||
[[Category:How to]] | [[Category:How to]] | ||
[[Category:Obsolete]] | [[Category:Obsolete]] | ||
− | 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 | + | 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 PTTLink site. It is reproduced here for your convenience. |
<code>cd /usr/src</code> | <code>cd /usr/src</code> | ||
Line 7: | Line 7: | ||
<code>rm -rf astsrc</code> | <code>rm -rf astsrc</code> | ||
− | <code>wget <nowiki>http://x. | + | <code>wget <nowiki>http://x.pttlink.org/svn-trunk.tar.gz</nowiki> -O- | tar xzv</code> |
<code>mv trunk astsrc</code> | <code>mv trunk astsrc</code> |
Latest revision as of 16:21, 1 January 2021
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 PTTLink site. It is reproduced here for your convenience.
cd /usr/src
rm -rf astsrc
wget http://x.pttlink.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.