Aucune description

eihrul 6cf5ada45c typo fix il y a 16 ans
docs 356ff9bc7f 1.2 branding il y a 17 ans
include abf0c95e8a *** empty log message *** il y a 17 ans
ChangeLog 356ff9bc7f 1.2 branding il y a 17 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 356ff9bc7f 1.2 branding il y a 17 ans
callbacks.c 3010e46b47 Initial revision il y a 20 ans
configure.in 9506ba1b64 *** 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
enet_dll.cbp 42242320e4 added codeblocks project file il y a 17 ans
host.c 7bcef65dbd *** 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 6cf5ada45c typo fix il y a 16 ans
protocol.c 08836d86b3 duplicated disconnect packet fixes il y a 16 ans
tutorial.txt e310eade3b *** empty log message *** il y a 19 ans
unix.c 3856e3fd15 zero out sin_zero il y a 17 ans
win32.c 3856e3fd15 zero out sin_zero 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