No description
Find a file
2004-12-09 18:27:53 +00:00
docs some tutorial cleanups 2004-11-23 21:16:51 +00:00
include comment fix 2004-11-23 16:29:12 +00:00
pyenet Initial revision 2004-10-20 17:17:51 +00:00
api.txt Initial revision 2004-10-20 17:17:51 +00:00
callbacks.c Initial revision 2004-10-20 17:17:51 +00:00
configure.in Initial revision 2004-10-20 17:17:51 +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 Initial revision 2004-10-20 17:17:51 +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 bug fix 2004-12-09 18:27:53 +00:00
peer.c Initial revision 2004-10-20 17:17:51 +00:00
protocol.c documentation fixes 2004-11-30 23:32:16 +00:00
README changed to point to bespin site 2004-10-20 17:40:02 +00:00
tutorial.txt Initial revision 2004-10-20 17:17:51 +00:00
unix.c Initial revision 2004-10-20 17:17:51 +00:00
win32.c win32 bug fixes 2004-11-23 16:23:36 +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

See pyenet/readme.txt for further information on Ling Lo's Python wrapper for
ENet.