From: Pekka Riikonen Date: Wed, 20 Feb 2002 13:22:13 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.8.1~41 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=1ef26abe2771490ccaba1833d2c9e9329714a5b5 updates --- diff --git a/README.MACOSX b/README.MACOSX new file mode 100644 index 00000000..f1bc8109 --- /dev/null +++ b/README.MACOSX @@ -0,0 +1,25 @@ +Compiling SILC Toolkit on MAC OS X +================================== + +SILC Toolkit works on MAC OS X as well, as that is Unix based operating +system. Some compilation issues however must be taken into consideration. + +To compile the Toolkit on MAC OS X give the following commands: + + setenv CFLAGS -no-cpp-precomp + ./configure powerpc + +If you want to compile debug version give also the --enable-debug option +to the ./configure. After configuration the source tree is ready for +compilation which you can simply start by giving the command: + + make + +This will compile the libraries and applications. If you do not want to +compile the applications, before giving make command go to the lib/ +directory, and give make there: + + cd lib + make + +This will compile only the libraries, and nothing else.