No description
Find a file
2008-02-24 14:19:47 +00:00
docs 1.2 branding 2008-02-13 01:31:07 +00:00
include *** empty log message *** 2007-10-12 23:15:29 +00:00
callbacks.c Initial revision 2004-10-20 17:17:51 +00:00
ChangeLog 1.2 branding 2008-02-13 01:31:07 +00:00
configure.in *** empty log message *** 2008-01-09 14:14:09 +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 *** empty log message *** 2007-10-09 23:08:10 +00:00
host.c *** empty log message *** 2007-10-12 05:21:57 +00:00
LICENSE *** empty log message *** 2007-05-31 09:13:08 +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 *** 2007-03-27 06:39:40 +00:00
peer.c *** empty log message *** 2007-10-21 19:14:54 +00:00
protocol.c *** empty log message *** 2008-01-09 14:03:32 +00:00
README 1.2 branding 2008-02-13 01:31:07 +00:00
tutorial.txt *** empty log message *** 2006-07-06 21:30:34 +00:00
unix.c zero out sin_zero 2008-02-24 14:19:47 +00:00
win32.c zero out sin_zero 2008-02-24 14:19:47 +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