emscripten/tests/enet
Alon Zakai 5a37214c5b second enet fix to handle musl headers in emscripten 2013-09-13 10:52:48 -07:00
..
docs preparation for enet testing 2012-10-02 12:12:28 -07:00
include/enet preparation for enet testing 2012-10-02 12:12:28 -07:00
m4 preparation for enet testing 2012-10-02 12:12:28 -07:00
ChangeLog preparation for enet testing 2012-10-02 12:12:28 -07:00
Doxyfile preparation for enet testing 2012-10-02 12:12:28 -07:00
LICENSE preparation for enet testing 2012-10-02 12:12:28 -07:00
Makefile.am preparation for enet testing 2012-10-02 12:12:28 -07:00
Makefile.in preparation for enet testing 2012-10-02 12:12:28 -07:00
README preparation for enet testing 2012-10-02 12:12:28 -07:00
aclocal.m4 preparation for enet testing 2012-10-02 12:12:28 -07:00
callbacks.c preparation for enet testing 2012-10-02 12:12:28 -07:00
compress.c preparation for enet testing 2012-10-02 12:12:28 -07:00
config.guess preparation for enet testing 2012-10-02 12:12:28 -07:00
config.sub preparation for enet testing 2012-10-02 12:12:28 -07:00
configure preparation for enet testing 2012-10-02 12:12:28 -07:00
configure.ac preparation for enet testing 2012-10-02 12:12:28 -07:00
depcomp preparation for enet testing 2012-10-02 12:12:28 -07:00
design.txt preparation for enet testing 2012-10-02 12:12:28 -07:00
enet.dsp preparation for enet testing 2012-10-02 12:12:28 -07:00
enet_dll.cbp preparation for enet testing 2012-10-02 12:12:28 -07:00
host.c preparation for enet testing 2012-10-02 12:12:28 -07:00
install-sh preparation for enet testing 2012-10-02 12:12:28 -07:00
libenet.pc.in preparation for enet testing 2012-10-02 12:12:28 -07:00
list.c preparation for enet testing 2012-10-02 12:12:28 -07:00
ltmain.sh preparation for enet testing 2012-10-02 12:12:28 -07:00
missing preparation for enet testing 2012-10-02 12:12:28 -07:00
packet.c preparation for enet testing 2012-10-02 12:12:28 -07:00
peer.c preparation for enet testing 2012-10-02 12:12:28 -07:00
protocol.c preparation for enet testing 2012-10-02 12:12:28 -07:00
unix.c second enet fix to handle musl headers in emscripten 2013-09-13 10:52:48 -07:00
win32.c preparation for enet testing 2012-10-02 12:12:28 -07:00

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