Difference between revisions of "How to compile Asterisk"

From LinuxMCE
Jump to: navigation, search
 
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table>
+
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table>== 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
  
radu_c_public: but if have time, you can extract from SVN the external/asterisk directory and try to build the package yourself and maybe find out what's missing
+
svn co http://svn.plutohome.com/pluto/trunk/external/asterisk
radu_c_public: svn co http://svn.plutohome.com/pluto/trunk/external/asterisk
+
 
 
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

Revision as of 22:00, 6 November 2006

This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.
== 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

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 Pluto's ID

Note : Put '#' in front of '<-mkr_t_compile_defines-> ' in coresponding Makefile if you get errors for 'mkr_t_compile_defines'