stk-code_catmod/lib/enet
2016-03-21 20:16:59 -04:00
..
docs
include/enet
aclocal.m4
callbacks.c
ChangeLog
CMakeLists.txt Merge most modifications by egirsova to build 64-bits on OS X 2016-03-21 20:16:59 -04:00
compress.c
configure
configure.in
depcomp
design.txt
Doxyfile
enet.dsp
host.c
install-sh
LICENSE
list.c
Makefile.am
missing
packet.c
peer.c
protocol.c
README
tutorial.txt
unix.c
win32.c

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