eliminate GCC warning about initialization order
[reactos.git] / reactos / services / dhcpd / README
1 Disclaimer:
2 This project is released under GPL, see COPYING to get an idea of what this means.
3
4 Building:
5 To build this you need a C compiler (i used gcc 2.95-3), and some luck.
6 Just type make, i'm working on autoconf and automake but is not finished yet.
7
8 Running:
9 For some reason in some circumstances you have to add the following to your route table:
10 route add -host 255.255.255.255 dev eth0
11 That is needed to allow the distribution of packets to the address 255.255.255.255 (as said in RFC 1531).
12
13 NOTE FOR WINDOWS USERS:
14 I don't know how to add that route in MSW systems, looku yourself for help on that.
15
16
17 Comments:
18 Well, 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:
19 carlos@embedded.cl with subject [ecl-dhcp]. If the circumstances allow that i will create a mail list.