toolkit: update MAC OS X build instructions
[silc.git] / lib / doc / building.html
index 35745dac9e2dc1dee55e6789f2b34665e1bbd8d1..a404b2b6be35df65691954a57b73802869ade283 100644 (file)
@@ -150,23 +150,15 @@ doing development with the Toolkit.
 <b><a name="macosx"></a>Building on Mac OS X</b>
 
 <br />&nbsp;<br />
-Building the Toolkit on Mac OS X is almost identical on compiling on Unix
-system.  The reason for this is that the Mac OS X is Unix based operating
-system.  To build the Toolkit on Mac OS X, give the following commands:
+Building the Toolkit on Mac OS X requires the following tools:
 
 <br />&nbsp;<br />
-<tt>
-setenv CFLAGS -no-cpp-precomp<br />
-./configure powerpc<br />
-make
-</tt>
+- Apple Xcode with command line tools<br />
+- NASM >= 2.x
 
 <br />&nbsp;<br />
-The ./configure can take several options as arguments.  To see them all give
-command:
-
-<br />&nbsp;<br />
-<tt>./configure --help</tt>
+For actual compilation follow the normal building instructions for
+Unix and Linux based systems.
 
 <br />&nbsp;<br />
 If you do not want to compile the applications, or they do not compile on