stk-code_catmod/src/enet
hikerstk 76541e0265 Fixed linux compilation of new enet version.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7984 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-03-17 23:01:49 +00:00
..
docs Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
include/enet Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
aclocal.m4 Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
callbacks.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
ChangeLog Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
compress.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
configure Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
configure.in 1) Added enet sources. 2008-09-07 15:04:43 +00:00
depcomp Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
design.txt 1) Added enet sources. 2008-09-07 15:04:43 +00:00
Doxyfile 1) Added enet sources. 2008-09-07 15:04:43 +00:00
enet.dsp Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
host.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
install-sh Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
LICENSE Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
list.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
Makefile.am Fixed linux compilation of new enet version. 2011-03-17 23:01:49 +00:00
missing Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
packet.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
peer.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
protocol.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
README Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
tutorial.txt 1) Added enet sources. 2008-09-07 15:04:43 +00:00
unix.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
win32.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +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