emscripten/tests/enet
..
docs
include/enet
m4
ChangeLog
Doxyfile
LICENSE
Makefile.am
Makefile.in
README
aclocal.m4
callbacks.c
compress.c
config.guess
config.sub
configure
configure.ac
depcomp
design.txt
enet.dsp
enet_dll.cbp
host.c
install-sh
libenet.pc.in
list.c
ltmain.sh
missing
packet.c
peer.c
protocol.c
unix.c
win32.c

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