X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=README.MACOSX;h=68866901c58ebcb4c675426b4e4cf9e468132b77;hb=0591a422cd4b71e5af6581bcd3d00d184d84a017;hp=f1bc8109ec2fd2fb93d207ccf10af20044834af4;hpb=1ef26abe2771490ccaba1833d2c9e9329714a5b5;p=runtime.git diff --git a/README.MACOSX b/README.MACOSX index f1bc8109..68866901 100644 --- a/README.MACOSX +++ b/README.MACOSX @@ -1,7 +1,7 @@ -Compiling SILC Toolkit on MAC OS X +Compiling SILC Runtime on MAC OS X ================================== -SILC Toolkit works on MAC OS X as well, as that is Unix based operating +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. To compile the Toolkit on MAC OS X give the following commands: @@ -15,11 +15,15 @@ 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/ +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