Lee Salzman 50c9c0365c enet random seed fix 12 years ago
..
docs 3ff01a18fe enet 1.3.6 12 years ago
include 3ff01a18fe enet 1.3.6 12 years ago
m4 3ff01a18fe enet 1.3.6 12 years ago
ChangeLog 3ff01a18fe enet 1.3.6 12 years ago
Doxyfile db5c82653f *** empty log message *** 18 years ago
LICENSE 3ff01a18fe enet 1.3.6 12 years ago
Makefile.am 3ff01a18fe enet 1.3.6 12 years ago
Makefile.in 3ff01a18fe enet 1.3.6 12 years ago
README e0ca546b90 WIP build system revamp 14 years ago
aclocal.m4 3ff01a18fe enet 1.3.6 12 years ago
callbacks.c f4eb3b724e enet 1.3 testing 14 years ago
compress.c 3cc7b798e8 release fixes 14 years ago
config.guess 3ff01a18fe enet 1.3.6 12 years ago
config.sub 3ff01a18fe enet 1.3.6 12 years ago
configure 3ff01a18fe enet 1.3.6 12 years ago
configure.ac 3ff01a18fe enet 1.3.6 12 years ago
depcomp 3ff01a18fe enet 1.3.6 12 years ago
enet.dsp 6e34f34590 build fixes 14 years ago
enet_dll.cbp 6e34f34590 build fixes 14 years ago
host.c 50c9c0365c enet random seed fix 12 years ago
install-sh 3ff01a18fe enet 1.3.6 12 years ago
libenet.pc.in e0ca546b90 WIP build system revamp 14 years ago
list.c c7d38781fc list include workaround 14 years ago
ltmain.sh 3ff01a18fe enet 1.3.6 12 years ago
missing 3ff01a18fe enet 1.3.6 12 years ago
packet.c 3ff01a18fe enet 1.3.6 12 years ago
peer.c 3ff01a18fe enet 1.3.6 12 years ago
protocol.c 3ff01a18fe enet 1.3.6 12 years ago
unix.c 3ff01a18fe enet 1.3.6 12 years ago
win32.c 3ff01a18fe enet 1.3.6 12 years ago

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