stk-code_catmod/lib/enet
2015-02-05 20:13:33 +01:00
..
docs Move libs to a new directory 2012-09-18 23:09:12 +00:00
include/enet Move libs to a new directory 2012-09-18 23:09:12 +00:00
aclocal.m4 Move libs to a new directory 2012-09-18 23:09:12 +00:00
callbacks.c Move libs to a new directory 2012-09-18 23:09:12 +00:00
ChangeLog Move libs to a new directory 2012-09-18 23:09:12 +00:00
CMakeLists.txt Allow to cross-compile Windows build under Linux using MinGW. 2015-01-08 21:46:59 +01:00
compress.c Move libs to a new directory 2012-09-18 23:09:12 +00:00
configure Move libs to a new directory 2012-09-18 23:09:12 +00:00
configure.in Move libs to a new directory 2012-09-18 23:09:12 +00:00
depcomp Move libs to a new directory 2012-09-18 23:09:12 +00:00
design.txt Move libs to a new directory 2012-09-18 23:09:12 +00:00
Doxyfile Move libs to a new directory 2012-09-18 23:09:12 +00:00
enet.dsp Move libs to a new directory 2012-09-18 23:09:12 +00:00
host.c merging hilnius's branch 2013-07-31 18:03:11 +00:00
install-sh Move libs to a new directory 2012-09-18 23:09:12 +00:00
LICENSE Move libs to a new directory 2012-09-18 23:09:12 +00:00
list.c Move libs to a new directory 2012-09-18 23:09:12 +00:00
Makefile.am Move libs to a new directory 2012-09-18 23:09:12 +00:00
missing Move libs to a new directory 2012-09-18 23:09:12 +00:00
packet.c Move libs to a new directory 2012-09-18 23:09:12 +00:00
peer.c Move libs to a new directory 2012-09-18 23:09:12 +00:00
protocol.c Silence even more warnings 2015-02-05 20:13:33 +01:00
README Move libs to a new directory 2012-09-18 23:09:12 +00:00
tutorial.txt Move libs to a new directory 2012-09-18 23:09:12 +00:00
unix.c Applied bug fix by Xeno for building on solaris. 2013-01-16 22:18:07 +00:00
win32.c Move libs to a new directory 2012-09-18 23:09:12 +00:00

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