Difference between revisions of "Compiling using Xcode"

From OdaWiki
(Opening the project)
Line 37: Line 37:
 
mkdir osx-build
 
mkdir osx-build
 
cd osx-build
 
cd osx-build
../configure --disabled-shared --enable-universal-binary
+
../configure --disable-shared --enable-universal-binary
 
make
 
make
 
</pre>
 
</pre>

Revision as of 18:01, 22 March 2007