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

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