Marianne Gagnon 33defa44b7 Merge most modifications by egirsova to build 64-bits on OS X 8 vuotta sitten
..
docs 011d6c98f0 Move libs to a new directory 12 vuotta sitten
include 011d6c98f0 Move libs to a new directory 12 vuotta sitten
CMakeLists.txt 33defa44b7 Merge most modifications by egirsova to build 64-bits on OS X 8 vuotta sitten
ChangeLog 011d6c98f0 Move libs to a new directory 12 vuotta sitten
Doxyfile 011d6c98f0 Move libs to a new directory 12 vuotta sitten
LICENSE 011d6c98f0 Move libs to a new directory 12 vuotta sitten
Makefile.am 011d6c98f0 Move libs to a new directory 12 vuotta sitten
README 011d6c98f0 Move libs to a new directory 12 vuotta sitten
aclocal.m4 011d6c98f0 Move libs to a new directory 12 vuotta sitten
callbacks.c 011d6c98f0 Move libs to a new directory 12 vuotta sitten
compress.c 011d6c98f0 Move libs to a new directory 12 vuotta sitten
configure 011d6c98f0 Move libs to a new directory 12 vuotta sitten
configure.in 011d6c98f0 Move libs to a new directory 12 vuotta sitten
depcomp 011d6c98f0 Move libs to a new directory 12 vuotta sitten
design.txt 011d6c98f0 Move libs to a new directory 12 vuotta sitten
enet.dsp 011d6c98f0 Move libs to a new directory 12 vuotta sitten
host.c ea2b52a663 merging hilnius's branch 11 vuotta sitten
install-sh 011d6c98f0 Move libs to a new directory 12 vuotta sitten
list.c 011d6c98f0 Move libs to a new directory 12 vuotta sitten
missing 011d6c98f0 Move libs to a new directory 12 vuotta sitten
packet.c 011d6c98f0 Move libs to a new directory 12 vuotta sitten
peer.c 011d6c98f0 Move libs to a new directory 12 vuotta sitten
protocol.c f386f05749 Silence even more warnings 9 vuotta sitten
tutorial.txt 011d6c98f0 Move libs to a new directory 12 vuotta sitten
unix.c 5da47c8202 Applied bug fix by Xeno for building on solaris. 11 vuotta sitten
win32.c 011d6c98f0 Move libs to a new directory 12 vuotta sitten

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