Flakebi f386f05749 Silence even more warnings %!s(int64=10) %!d(string=hai) anos
..
docs 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
include 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
CMakeLists.txt d0f96a7673 Allow to cross-compile Windows build under Linux using MinGW. %!s(int64=10) %!d(string=hai) anos
ChangeLog 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
Doxyfile 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
LICENSE 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
Makefile.am 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
README 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
aclocal.m4 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
callbacks.c 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
compress.c 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
configure 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
configure.in 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
depcomp 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
design.txt 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
enet.dsp 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
host.c ea2b52a663 merging hilnius's branch %!s(int64=11) %!d(string=hai) anos
install-sh 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
list.c 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
missing 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
packet.c 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
peer.c 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
protocol.c f386f05749 Silence even more warnings %!s(int64=10) %!d(string=hai) anos
tutorial.txt 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos
unix.c 5da47c8202 Applied bug fix by Xeno for building on solaris. %!s(int64=12) %!d(string=hai) anos
win32.c 011d6c98f0 Move libs to a new directory %!s(int64=12) %!d(string=hai) anos

README

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