No description
Find a file
2005-07-19 05:47:29 +00:00
docs some tutorial cleanups 2004-11-23 21:16:51 +00:00
include undoing rogue commit 2005-07-19 05:27:30 +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 updating date 2005-07-19 05:28:43 +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 memory leak fix 2005-07-19 05:23:43 +00:00
protocol.c added broadcasting 2005-06-08 01:13:28 +00:00
README security check 2005-07-19 05:47:29 +00:00
tutorial.txt Initial revision 2004-10-20 17:17:51 +00:00
unix.c added broadcasting 2005-06-08 01:13:28 +00:00
win32.c added broadcasting 2005-06-08 01:13:28 +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.