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

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