updates
[silc.git] / README.MACOSX
1 Compiling SILC Toolkit on MAC OS X
2 ==================================
3
4 SILC Toolkit works on MAC OS X as well, as that is Unix based operating 
5 system.  Some compilation issues however must be taken into consideration.
6
7 To compile the Toolkit on MAC OS X give the following commands:
8
9         setenv CFLAGS -no-cpp-precomp
10         ./configure powerpc
11
12 If you want to compile debug version give also the --enable-debug option
13 to the ./configure.  After configuration the source tree is ready for
14 compilation which you can simply start by giving the command:
15
16         make
17
18 This will compile the libraries and applications.  If you do not want to 
19 compile the applications, before giving make command go to the lib/ 
20 directory, and give make there:
21
22         cd lib
23         make
24
25 This will compile only the libraries, and nothing else.