1Disclaimer: 2This project is released under GPL, see COPYING to get an idea of what this means. 3 4Building: 5To build this you need a C compiler (i used gcc 2.95-3), and some luck. 6Just type make, i'm working on autoconf and automake but is not finished yet. 7 8Running: 9For some reason in some circumstances you have to add the following to your route table: 10route add -host 255.255.255.255 dev eth0 11That is needed to allow the distribution of packets to the address 255.255.255.255 (as said in RFC 1531). 12 13NOTE FOR WINDOWS USERS: 14I don't know how to add that route in MSW systems, looku yourself for help on that. 15 16 17Comments: 18Well, comments are always welcome. It doesn't matter if you want to tell me that i suck. If you find some bug and want to report it please do it to my email at: 19carlos@embedded.cl with subject [ecl-dhcp]. If the circumstances allow that i will create a mail list. 20