Moved silc_client_ch[u]mode[_char] to client library from silc/.
[silc.git] / INSTALL
1 Installing SILC Developer's Version
2 ===================================
3
4 ./configure
5 ./make
6
7 You should not install the SILC into your system, instead, you should
8 run it from the current directory.
9
10 To see different compilation options, give,
11
12 ./configure --help
13
14
15 Generally, developers wants to compile with debugging, in this case,
16 give,
17
18 ./configure --enable-debug
19
20 WARNING: The debugging is very very heavy and you currently cannot turn
21 it off if you have compiled it with this option.  However, if you're
22 going to develop or debug SILC you should compile with this option.
23