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

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