Bez popisu

eihrul 5a72766ae2 bug fixes před 19 roky
docs 585319bb63 cleanups před 19 roky
include 550d23e25d 1.0 stuff před 19 roky
Doxyfile 3010e46b47 Initial revision před 20 roky
LICENSE 3010e46b47 Initial revision před 20 roky
Makefile.am 3010e46b47 Initial revision před 20 roky
README 9db2050fbe removing out of date pyenet před 19 roky
callbacks.c 3010e46b47 Initial revision před 20 roky
configure.in 550d23e25d 1.0 stuff před 19 roky
design.txt 3010e46b47 Initial revision před 20 roky
enet.dsp 3010e46b47 Initial revision před 20 roky
host.c 3010e46b47 Initial revision před 20 roky
list.c 3010e46b47 Initial revision před 20 roky
packet.c 5055669683 bug fix před 20 roky
peer.c 550d23e25d 1.0 stuff před 19 roky
protocol.c 5a72766ae2 bug fixes před 19 roky
tutorial.txt 3010e46b47 Initial revision před 20 roky
unix.c 550d23e25d 1.0 stuff před 19 roky
win32.c 550d23e25d 1.0 stuff před 19 roky

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.

aclocal && automake -a -c --foreign && autoconf

# Compile and install the library.

./configure && make && make install