toolkit: update MAC OS X build instructions
authorPekka Riikonen <priikone@silcnet.org>
Sun, 11 May 2014 12:40:25 +0000 (15:40 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 11 May 2014 12:40:25 +0000 (15:40 +0300)
apps/silcd/server.c
lib/doc/building.html

index 7441676badf3b5a682216013e2ee71e024be76fa..3c6300cb3ebbe46618c5f4ada7d330f40f0d0257 100644 (file)
@@ -3926,6 +3926,8 @@ SILC_TASK_CALLBACK(silc_server_channel_key_rekey)
   SilcServer server = app_context;
   SilcServerChannelRekey rekey = (SilcServerChannelRekey)context;
 
+  SILC_LOG_DEBUG(("Channel %s rekey", rekey->channel->channel_name));
+
   rekey->task = NULL;
 
   /* Return now if we are shutting down */
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