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