Changes between Version 67 and Version 68 of FAQ


Ignore:
Timestamp:
Mar 13, 2009 12:21:00 PM (15 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v67 v68  
    13271327Have a look at this [http://www.pjsip.org/using.htm#gnu Getting Started | GNU] page. 
    13281328 
     1329=== How can I build universal binary for MacOS X? === #osx-universal 
     1330 
     1331Universal binary means one binary that will work for both Intel and PPC version of OSX. Ruud Klaver reported that the following configure command will build universal binary: 
     1332 
     1333 {{{ 
     1334$ CFLAGS="-arch ppc -arch i386 -O2" ./configure 
     1335 }}} 
     1336 
     1337 
     1338 
    13291339=== Are there any ready to use softphone or open source SIP client for MacOS X? === #osx-client 
    13301340