Installation
============


---------- WHAT YOU NEED IN ORDER TO BE ABLE TO COMPILE: ----------

(Berkley DB-3.3 or above: http://www.sleepycat.com )


---------- INSTALLATION: ----------
Only if you have trouble with the default configure script.
# $ aclocal && autoconf && autoheader && automake
./configure
make
[ or simply use ./autogen.sh ]

The binary is then called 'cDonkey'.

I these fail, you can build cDonkey with:
gcc -O2 -c md4.c 
g++ -O2 *.cpp md4.o -ldb -lz -o cDonkey
but there is than no check where the libz and DB is.



It is important to create/modify the donkey config file 
"~/.donkey_options" with following or similar entrys:
-
client_name = MyDonkeyCoreNAME
control = control
incoming = incoming
my_version = 1661
server_port = 9001
client_port = 9002
gui_port = 9003
ctrl_user = gui_name
ctrl_pass = gui_password
verbose = 0
tcp_server_count = 150
tcp_client_count = 150
-

... else default values will be used !!




