stk-code_catmod/lib/enet
hikerstk 5da47c8202 Applied bug fix by Xeno for building on solaris.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12366 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-01-16 22:18:07 +00: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 Move libs to a new directory 2012-09-18 23:09:12 +00: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 Move libs to a new directory 2012-09-18 23:09:12 +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 Move libs to a new directory 2012-09-18 23:09:12 +00: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