stk-code_catmod/lib/enet
2018-01-30 22:06:07 +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 Merge most modifications by egirsova to build 64-bits on OS X 2016-03-21 20:16:59 -04: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 Remove enet modifications. Fixes #21. 2018-01-30 22:06:07 +01: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