Difference between revisions of "How to compile Asterisk"
From LinuxMCE
Rwilson131 (Talk | contribs) m (very old page, can it be removed or at least updated) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{delete}} | |
+ | == Usable docs == | ||
+ | |||
+ | [http://www.voip-info.org/tiki-index.php?page=Asterisk+Linux+Debian Asterisk Debian Packages] | ||
+ | |||
+ | |||
== Don't read - it's under construction !!! == | == Don't read - it's under construction !!! == | ||
http://plutohome.com/support/mantis/view.php?id=2789 | http://plutohome.com/support/mantis/view.php?id=2789 | ||
− | + | svn co http://svn.plutohome.com/pluto/trunk/external/asterisk | |
− | + | ||
+ | $MakeRelease_Flavor is a problem unspecified. | ||
+ | |||
+ | ./make_package.sh 2.6.16.20-pluto-2-686 | ||
+ | |||
+ | (also sources should have been installed)... | ||
+ | |||
+ | |||
+ | |||
Rob: is it hard to do it ? (if you guide me, I'll post to Wiki)... | Rob: is it hard to do it ? (if you guide me, I'll post to Wiki)... | ||
radu_c_public: there's a make_package.sh script in that directory that does everything | radu_c_public: there's a make_package.sh script in that directory that does everything | ||
Line 35: | Line 48: | ||
after sucessful compilation you can try to run it | after sucessful compilation you can try to run it | ||
− | ../bin/Motion_Wrapper -d | + | ../bin/Motion_Wrapper -d LinuxMCE's ID |
Note : | Note : | ||
Put '#' in front of '<-mkr_t_compile_defines-> ' in coresponding Makefile if you get errors for 'mkr_t_compile_defines' | Put '#' in front of '<-mkr_t_compile_defines-> ' in coresponding Makefile if you get errors for 'mkr_t_compile_defines' | ||
+ | |||
+ | [[Category:Development]] |
Latest revision as of 16:11, 6 December 2008
This article is proposed for deletion. | |
You can find more pages that are proposed for deletion in this category. |
Usable docs
Don't read - it's under construction !!!
http://plutohome.com/support/mantis/view.php?id=2789
svn co http://svn.plutohome.com/pluto/trunk/external/asterisk
$MakeRelease_Flavor is a problem unspecified.
./make_package.sh 2.6.16.20-pluto-2-686
(also sources should have been installed)...
Rob: is it hard to do it ? (if you guide me, I'll post to Wiki)... radu_c_public: there's a make_package.sh script in that directory that does everything Rob: ok, will try it, thanks...
Here are my notes for compiling Motion Wrapper (after whole procedure I found out that it is already fixed)...
apt-get install subversion apt-get install g++ apt-get install libmysqlclient14-dev apt-get install libhttpfetcher-dev
svn co http://svn.plutohome.com/pluto/trunk/src/ cd src cd SerializeClass/ make cd ../DCE/ make cd ../PlutoUtils make cd .. cd ../Motion_Wrapper/ make
after sucessful compilation you can try to run it
../bin/Motion_Wrapper -d LinuxMCE's ID
Note : Put '#' in front of '<-mkr_t_compile_defines-> ' in coresponding Makefile if you get errors for 'mkr_t_compile_defines'