gremlin/libs/enet
Gero Müller cb7368c138 initial commit 2011-01-04 18:11:59 +01:00
..
include/enet initial commit 2011-01-04 18:11:59 +01:00
CMakeLists.txt initial commit 2011-01-04 18:11:59 +01:00
ChangeLog initial commit 2011-01-04 18:11:59 +01:00
LICENSE initial commit 2011-01-04 18:11:59 +01:00
README initial commit 2011-01-04 18:11:59 +01:00
callbacks.c initial commit 2011-01-04 18:11:59 +01:00
compress.c initial commit 2011-01-04 18:11:59 +01:00
host.c initial commit 2011-01-04 18:11:59 +01:00
list.c initial commit 2011-01-04 18:11:59 +01:00
packet.c initial commit 2011-01-04 18:11:59 +01:00
peer.c initial commit 2011-01-04 18:11:59 +01:00
protocol.c initial commit 2011-01-04 18:11:59 +01:00
unix.c initial commit 2011-01-04 18:11:59 +01:00
win32.c initial commit 2011-01-04 18:11:59 +01:00

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