Aucune description

eihrul dab9d3c666 *** empty log message *** il y a 17 ans
docs 18df9486dc *** empty log message *** il y a 18 ans
include 0108785012 *** empty log message *** il y a 17 ans
ChangeLog f7af43f7b1 *** empty log message *** il y a 18 ans
Doxyfile 3010e46b47 Initial revision il y a 20 ans
LICENSE 277c53f12b *** empty log message *** il y a 18 ans
Makefile.am 3010e46b47 Initial revision il y a 20 ans
README 9db2050fbe removing out of date pyenet il y a 19 ans
callbacks.c 3010e46b47 Initial revision il y a 20 ans
configure.in 0108785012 *** empty log message *** il y a 17 ans
design.txt 3010e46b47 Initial revision il y a 20 ans
enet.dsp dab9d3c666 *** empty log message *** il y a 17 ans
host.c 0108785012 *** empty log message *** il y a 17 ans
list.c 3010e46b47 Initial revision il y a 20 ans
packet.c 050cf18c96 *** empty log message *** il y a 18 ans
peer.c b323663c57 *** empty log message *** il y a 18 ans
protocol.c 5060952104 *** empty log message *** il y a 17 ans
tutorial.txt e310eade3b *** empty log message *** il y a 19 ans
unix.c 0108785012 *** empty log message *** il y a 17 ans
win32.c 0108785012 *** empty log message *** il y a 17 ans

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