No description
Find a file
2010-05-20 21:19:44 +00:00
docs doc tweaks 2010-05-20 19:55:05 +00:00
include/enet checksum is now a run-time option 2010-05-20 16:55:27 +00:00
m4 added keep file 2010-05-13 17:42:55 +00:00
callbacks.c doc tweaks 2010-05-20 19:55:05 +00:00
ChangeLog caveat notes 2010-05-20 21:19:44 +00:00
configure.ac checksum is now a run-time option 2010-05-20 16:55:27 +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
enet_dll.cbp removed main.c 2010-05-07 07:45:42 +00:00
host.c checksum is now a run-time option 2010-05-20 16:55:27 +00:00
libenet.pc.in WIP build system cleanups by Nathan Phillip Brink 2010-05-13 17:31:45 +00:00
LICENSE license date fix 2010-05-20 20:57:50 +00:00
list.c use dispatch queues to cut down on array crawling costs 2010-05-13 16:55:59 +00:00
Makefile.am WIP build system cleanups by Nathan Phillip Brink 2010-05-13 17:31:45 +00:00
packet.c propagate malloc failure 2010-05-05 23:37:06 +00:00
peer.c enet_peer_receive channelID fix 2010-05-14 22:28:38 +00:00
protocol.c checksum is now a run-time option 2010-05-20 16:55:27 +00:00
README build notes 2010-05-13 17:43:04 +00:00
unix.c kFreeBSD fixes 2010-01-07 23:22:37 +00:00
win32.c added miscellaneous updates for broadcasting 2008-09-15 23:11:22 +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.

autoreconf -vfi

# Compile and install the library.

./configure && make && make install