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

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