No description
Find a file
2011-05-30 19:00:26 +00:00
docs updated copyright 2011-03-25 19:41:01 +00:00
include/enet enet 1.3.1 release prep 2011-02-10 02:54:08 +00:00
m4 added keep file 2010-05-13 17:42:55 +00:00
callbacks.c 1.3.0 import 2010-06-09 21:16:23 +00:00
ChangeLog enet 1.3.1 release prep 2011-02-10 02:54:08 +00:00
compress.c doxygen fixes 2010-06-09 21:48:46 +00:00
configure.ac enet 1.3.1 release prep 2011-02-10 02:54:08 +00:00
Doxyfile Initial revision 2004-10-20 17:17:51 +00:00
enet.dsp 1.3.0 import 2010-06-09 21:16:23 +00:00
enet_dll.cbp 1.3.0 import 2010-06-09 21:16:23 +00:00
host.c 1.3.0 import 2010-06-09 21:16:23 +00:00
libenet.pc.in WIP build system cleanups by Nathan Phillip Brink 2010-05-13 17:31:45 +00:00
LICENSE copyright date update 2011-01-31 06:19:54 +00:00
list.c list include workaround 2010-07-29 02:42:28 +00:00
Makefile.am enet 1.3.1 release prep 2011-02-10 02:54:08 +00:00
packet.c propagate malloc failure 2010-05-05 23:37:06 +00:00
peer.c fix fragment length when checksums are used 2010-12-23 21:05:37 +00:00
protocol.c check received port 2011-05-30 19:00:26 +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