stk-code_catmod/lib/enet
hilnius ea2b52a663 merging hilnius's branch
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/uni@13394 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-07-31 18:03:11 +00:00
..
docs
include/enet
aclocal.m4
callbacks.c
ChangeLog
CMakeLists.txt Apply patch to make sure CMake builds static binaries of libraries 2013-04-19 22:39:43 +00:00
compress.c
configure
configure.in
depcomp
design.txt
Doxyfile
enet.dsp
host.c merging hilnius's branch 2013-07-31 18:03:11 +00:00
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