Changes between Version 67 and Version 68 of FAQ
- Timestamp:
- Mar 13, 2009 12:21:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v67 v68 1327 1327 Have a look at this [http://www.pjsip.org/using.htm#gnu Getting Started | GNU] page. 1328 1328 1329 === How can I build universal binary for MacOS X? === #osx-universal 1330 1331 Universal 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 1329 1339 === Are there any ready to use softphone or open source SIP client for MacOS X? === #osx-client 1330 1340