2da4e7b1f6
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12676 178a84e3-b1eb-0310-8ba1-8eac791a3b58 |
||
---|---|---|
.. | ||
docs | ||
include/enet | ||
aclocal.m4 | ||
callbacks.c | ||
ChangeLog | ||
CMakeLists.txt | ||
compress.c | ||
configure | ||
configure.in | ||
depcomp | ||
design.txt | ||
Doxyfile | ||
enet.dsp | ||
host.c | ||
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