X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fdoc%2Fbuilding.html;fp=lib%2Fdoc%2Fbuilding.html;h=a404b2b6be35df65691954a57b73802869ade283;hb=7e1faf1493d6aad22c298a6d3bd3b01731c79bce;hp=35745dac9e2dc1dee55e6789f2b34665e1bbd8d1;hpb=6e6725fe403fbdeefce38f0e39e56aff0cb41d8c;p=silc.git diff --git a/lib/doc/building.html b/lib/doc/building.html index 35745dac..a404b2b6 100644 --- a/lib/doc/building.html +++ b/lib/doc/building.html @@ -150,23 +150,15 @@ doing development with the Toolkit. Building on Mac OS X
 
-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:
 
- -setenv CFLAGS -no-cpp-precomp
-./configure powerpc
-make -
+- Apple Xcode with command line tools
+- NASM >= 2.x
 
-The ./configure can take several options as arguments. To see them all give -command: - -
 
-./configure --help +For actual compilation follow the normal building instructions for +Unix and Linux based systems.
 
If you do not want to compile the applications, or they do not compile on