Changes

Jump to: navigation, search

Home

17 bytes added, 17:18, 13 May 2011
forcing compile as 32bit, i386 on os x
</pre>
== GCC Stuff ==
=== forcing compile as 32bit, i386 on os x ===
* find occurrences of '-m64':
* replace occurrences of x86_64 with i386:
<code> grep -l -r0 -e"x86_64" * | xargs sed -i "" 's/x86_64/i386/g' </code>
 
=== compile pocketsphinx as universal static lib on OS X===
*make x86_64 version of libsphinxbase:

Navigation menu