Documentation updates. The SRT webpage is now part of SRT docs itself.
[runtime.git] / README.MACOSX
index f1bc8109ec2fd2fb93d207ccf10af20044834af4..68866901c58ebcb4c675426b4e4cf9e468132b77 100644 (file)
@@ -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