No description
Find a file
2021-11-11 10:05:49 -05:00
docs switch irc channel 2021-06-13 16:15:37 -04:00
include/enet silence some MSVC warnings 2021-04-25 23:44:51 -04:00
m4 added keep file 2010-05-13 17:42:55 +00:00
callbacks.c add enet_linked_version() for querying linked version 2013-05-07 10:11:22 +03:00
ChangeLog fix more changelog typos 2020-12-19 00:21:42 -05:00
CMakeLists.txt fix minimum cmake version 2021-04-26 00:01:11 -04:00
compress.c doxygen fixes 2010-06-09 21:48:46 +00:00
configure.ac 1.3.17 release prep 2020-11-15 12:40:57 -05:00
Doxyfile 1.3.17 release prep 2020-11-15 12:40:57 -05:00
DoxygenLayout.xml more doxygen cleanups 2014-05-11 07:26:52 +03:00
enet.dsp fix file permissions 2013-07-08 14:59:05 +03:00
enet_dll.cbp 1.3.0 import 2010-06-09 21:16:23 +00:00
host.c implement mulberry32 for PRNG 2021-01-13 01:39:14 -05:00
libenet.pc.in WIP build system cleanups by Nathan Phillip Brink 2010-05-13 17:31:45 +00:00
LICENSE update license dates 2020-04-16 00:16:10 -04:00
list.c list include workaround 2010-07-29 02:42:28 +00:00
Makefile.am 1.3.17 release prep 2020-11-15 12:40:57 -05:00
packet.c another doc fix 2013-12-28 17:21:14 +02:00
peer.c silence analyzer warning about peer->channels 2021-11-11 10:05:49 -05:00
premake4.lua add premake file 2014-09-07 12:14:10 +03:00
protocol.c silence some MSVC warnings 2021-04-25 23:44:51 -04:00
README CVS -> github 2012-05-05 07:51:29 +03:00
unix.c better socklen_t detection 2021-04-25 23:50:39 -04:00
win32.c Set DWORD sentLength = 0; 2020-04-07 13:02:48 +02: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