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

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