From 1ef26abe2771490ccaba1833d2c9e9329714a5b5 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 20 Feb 2002 13:22:13 +0000 Subject: [PATCH] updates --- README.MACOSX | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.MACOSX 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. -- 2.24.0