No description
Find a file
2006-07-06 21:22:41 +00:00
docs cleanups 2006-03-15 00:06:28 +00:00
include *** empty log message *** 2006-07-06 21:22:41 +00:00
callbacks.c Initial revision 2004-10-20 17:17:51 +00:00
configure.in *** empty log message *** 2006-07-06 21:22:41 +00:00
design.txt Initial revision 2004-10-20 17:17:51 +00:00
Doxyfile Initial revision 2004-10-20 17:17:51 +00:00
enet.dsp Initial revision 2004-10-20 17:17:51 +00:00
host.c *** empty log message *** 2006-07-06 21:22:41 +00:00
LICENSE Initial revision 2004-10-20 17:17:51 +00:00
list.c Initial revision 2004-10-20 17:17:51 +00:00
Makefile.am Initial revision 2004-10-20 17:17:51 +00:00
packet.c *** empty log message *** 2006-07-06 21:22:41 +00:00
peer.c *** empty log message *** 2006-07-06 21:22:41 +00:00
protocol.c *** empty log message *** 2006-07-06 21:22:41 +00:00
README removing out of date pyenet 2006-03-14 23:26:05 +00:00
tutorial.txt Initial revision 2004-10-20 17:17:51 +00:00
unix.c *** empty log message *** 2006-07-06 21:22:41 +00:00
win32.c *** empty log message *** 2006-07-06 21:22:41 +00:00

Please visit the ENet homepage at http://enet.bespin.org for installation
and usage instructions.

If you obtained this package from CVS, the quick description on how to build
is:

# Generate the build system.

aclocal && automake -a -c --foreign && autoconf

# Compile and install the library.

./configure && make && make install