Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
PJSua - Sip Client for Linux
priyanhere
follow
0
7-22-2008 10:30 PM
53 views
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Related Clips
Why you should go with your gut feeling
Minds and myths
Beautiful Table Lamps Collection
How does it feel to die?
Before Photoshop
St Kilda
Animal Hair Styles
More clips from
priyanhere
eQuake Alert - USGS
ISBN 10-13-10 Converter
Earthquake Alert
Today's Top Clips
High speed waterfigures image & video - magnificent!
London from above at night
Robotic Exoskeleton Allows a Paralyzed Man to Walk - inspirational!
Halliburton Sued for ‘Human Trafficking’
Animal Hair Styles
Fractals Galore
36 views of Mt Fuji
Palin as President of the U.S. Senate?
Olbermann dislikes freedom of speech and of the press
Ferraro likes McCain's choice of Palin
visit the
Top Clips page
View the Top Clips from
July 22, 2008
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://www.clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/dfcee74c-0caa-46b5-913b-eeae9af2ec71/E8D95CA3-2CF6-4E7C-9065-27F7CD15BF40/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.pjsip.org/using.htm" href="http://www.pjsip.org/using.htm" style="font-size: 11px;">www.pjsip.org</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.pjsip.org/using.htm"><B>Building with GNU tools (Linux, *BSD, MacOS X, mingw, etc.)</B></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.pjsip.org/using.htm"><DD><P>Generally these should be all that are needed to build the libraries, applications, and samples:</p> <TABLE cellspacing="2" cellpadding="4" border="0" width="600" class="fixedtable"><TBODY><TR><TD bgcolor="beige"><P>$ ./configure $ make dep && make clean && make </p> </TD></TR></TBODY></TABLE></DD></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.pjsip.org/using.htm"><DD><P>Generally we can just do these steps:</p> <OL> <li style="margin-left:16px;padding-left: 0px;">Visual Studio 6: open <TT>pjproject.dsw</TT> workspace,</LI> <li style="margin-left:16px;padding-left: 0px;">Visual Studio 8/2005: open <TT>pjproject-vs8.sln</TT> solution,</LI> <li style="margin-left:16px;padding-left: 0px;">Create an empty <TT>pjlib/include/pj/config_site.h</TT>, and</LI> <li style="margin-left:16px;padding-left: 0px;">build the <TT>pjsua</TT> application.</LI> </OL> </DD></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.pjsip.org/using.htm"><B>Building Win32 Target with Microsoft Visual Studio</B></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.pjsip.org/using.htm"><B>Building for Windows Mobile</B></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.pjsip.org/using.htm"><DD><P>Generally these are all that are needed:</p> <OL> <li style="margin-left:16px;padding-left: 0px;">Open <TT>pjsip-apps/build/wince-evc4/wince_demos.vcw</TT> EVC4 workspace,</LI> <li style="margin-left:16px;padding-left: 0px;">Create an empty <TT>pjlib/include/pj/config_site.h</TT>, and</LI> <li style="margin-left:16px;padding-left: 0px;">build the <TT>pjsua_wince</TT> application.</LI> </OL> </DD></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.pjsip.org/using.htm"><B>Invoking Older Build System (e.g. for RTEMS)</B></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.pjsip.org/using.htm"><DD><P>Generally these should be all that are needed to build the libraries, applications, and samples:</p> <TABLE cellspacing="2" cellpadding="4" border="0" width="600" class="fixedtable"><TBODY><TR><TD bgcolor="beige"><P>$ ./configure-legacy $ make dep && make clean && make </p> </TD></TR></TBODY></TABLE></DD></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/E8D95CA3-2CF6-4E7C-9065-27F7CD15BF40/blog/" title="blog or email this clip"><img src="http://content6.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Blog
Copyright
Privacy
EULA
OK