No description
Find a file
2013-01-07 21:18:35 +02:00
docs ENet 1.3.6 release preparation 2012-12-11 13:20:50 +02:00
include/enet fix patch version to 6 (1.3.6) 2012-12-13 12:57:01 +02: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 updating changelog 2013-01-07 21:18:35 +02:00
compress.c doxygen fixes 2010-06-09 21:48:46 +00:00
configure.ac ENet 1.3.6 release preparation 2012-12-11 13:20:50 +02: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 use timeGetTime() for random seed instead of time() on windows 2012-12-14 05:10:13 +02:00
libenet.pc.in WIP build system cleanups by Nathan Phillip Brink 2010-05-13 17:31:45 +00:00
LICENSE updated copyright date 2012-05-29 20:27:16 -07:00
list.c list include workaround 2010-07-29 02:42:28 +00:00
Makefile.am ENet 1.3.6 release preparation 2012-12-11 13:20:50 +02:00
packet.c treat destroying NULL as no-op 2012-09-11 02:28:50 +03:00
peer.c merging some things from Ryan C. Gordon (icculus): 2012-09-18 16:38:10 +03:00
protocol.c state handling cleanups 2013-01-07 20:46:31 +02:00
README CVS -> github 2012-05-05 07:51:29 +03:00
unix.c merging some things from Ryan C. Gordon (icculus): 2012-09-18 16:38:10 +03:00
win32.c EWOULDBLOCK -> WSAEWOULDBLOCK 2012-09-26 14:06:58 +03:00

Please visit the ENet homepage at http://enet.bespin.org for installation
and usage instructions.

If you obtained this package from github, the quick description on how to build
is:

# Generate the build system.

autoreconf -vfi

# Compile and install the library.

./configure && make && make install