Aucune description

eihrul 2be268a77b packed structs il y a 15 ans
docs 0190653095 ENet 1.2.1 prep il y a 15 ans
include 2be268a77b packed structs il y a 15 ans
ChangeLog 0190653095 ENet 1.2.1 prep il y a 15 ans
Doxyfile 3010e46b47 Initial revision il y a 20 ans
LICENSE 7062a14912 updated license note il y a 16 ans
Makefile.am 5f50ac3c75 fixed enet building on mingw il y a 16 ans
README 356ff9bc7f 1.2 branding il y a 17 ans
callbacks.c 3010e46b47 Initial revision il y a 20 ans
configure.in 0190653095 ENet 1.2.1 prep il y a 15 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 b846c47521 added miscellaneous updates for broadcasting il y a 16 ans
list.c 3010e46b47 Initial revision il y a 20 ans
packet.c 1dc1a6372d fixed broken crc calculation il y a 16 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 ea38380174 kFreeBSD fixes il y a 15 ans
win32.c b846c47521 added miscellaneous updates for broadcasting il y a 16 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