X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=README.MACOSX;fp=README.MACOSX;h=b1e94117d10070e182d5b735b6ea08cc91519e05;hp=68866901c58ebcb4c675426b4e4cf9e468132b77;hb=fae8c964c8d239d129bcc334f9f72a47529fdf01;hpb=5c254480e0e134335eb3a57d15884d126a789129 diff --git a/README.MACOSX b/README.MACOSX index 68866901..b1e94117 100644 --- a/README.MACOSX +++ b/README.MACOSX @@ -1,29 +1,9 @@ -Compiling SILC Runtime on MAC OS X +Compiling SILC Runtime on Mac OS X ================================== -SILC Runtime works on MAC OS X as well, as that is Unix based operating -system. Some compilation issues however must be taken into consideration. +SILC Runtime works on Mac OS X, as that is Unix based operating system. The +following tools and utilities must be installed before compiling: -To compile the Toolkit on MAC OS X give the following commands: + - Apple Xcode with command line tools - 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. - -To install the compiled Toolkit into your system give the command: - - make install +Read INSTALL file for installation instructions.