ac-stef 1fe478aae4 cleanup protocol 7 年之前
..
docs 3ff01a18fe enet 1.3.6 12 年之前
include 64f378154d add incremental crc calculation 10 年之前
m4 3ff01a18fe enet 1.3.6 12 年之前
ChangeLog 3ff01a18fe enet 1.3.6 12 年之前
Doxyfile db5c82653f *** empty log message *** 18 年之前
LICENSE 3ff01a18fe enet 1.3.6 12 年之前
Makefile.am 3ff01a18fe enet 1.3.6 12 年之前
Makefile.in 3ff01a18fe enet 1.3.6 12 年之前
README e0ca546b90 WIP build system revamp 14 年之前
aclocal.m4 3ff01a18fe enet 1.3.6 12 年之前
callbacks.c 84ae6f152e whitespace cleanup in enet sources 10 年之前
compress.c 84ae6f152e whitespace cleanup in enet sources 10 年之前
config.guess 3ff01a18fe enet 1.3.6 12 年之前
config.sub 3ff01a18fe enet 1.3.6 12 年之前
configure 3ff01a18fe enet 1.3.6 12 年之前
configure.ac 3ff01a18fe enet 1.3.6 12 年之前
depcomp 3ff01a18fe enet 1.3.6 12 年之前
enet.dsp 6e34f34590 build fixes 14 年之前
enet_dll.cbp 6e34f34590 build fixes 14 年之前
host.c 84ae6f152e whitespace cleanup in enet sources 10 年之前
install-sh 3ff01a18fe enet 1.3.6 12 年之前
libenet.pc.in e0ca546b90 WIP build system revamp 14 年之前
list.c 84ae6f152e whitespace cleanup in enet sources 10 年之前
ltmain.sh 3ff01a18fe enet 1.3.6 12 年之前
missing 3ff01a18fe enet 1.3.6 12 年之前
packet.c 64f378154d add incremental crc calculation 10 年之前
peer.c 84ae6f152e whitespace cleanup in enet sources 10 年之前
protocol.c 84ae6f152e whitespace cleanup in enet sources 10 年之前
unix.c 1fe478aae4 cleanup protocol 7 年之前
win32.c 91753026dc fix enet issue #31 9 年之前

README

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