Mary d9b8b7acad Support for Nintendo Switch (#4491) 3 år sedan
..
docs 8995491eb6 Update enet to 1.3.14 (remove all IPv6 changes first) 4 år sedan
include fa0da462fb Update ENetAddress to use 5 uint32_t to store IP 4 år sedan
CMakeLists.txt d9b8b7acad Support for Nintendo Switch (#4491) 3 år sedan
ChangeLog 8995491eb6 Update enet to 1.3.14 (remove all IPv6 changes first) 4 år sedan
Doxyfile 8995491eb6 Update enet to 1.3.14 (remove all IPv6 changes first) 4 år sedan
LICENSE 8995491eb6 Update enet to 1.3.14 (remove all IPv6 changes first) 4 år sedan
README 4529189048 Upgrade enet 6 år sedan
callbacks.c 4529189048 Upgrade enet 6 år sedan
compress.c 011d6c98f0 Move libs to a new directory 12 år sedan
design.txt 011d6c98f0 Move libs to a new directory 12 år sedan
enet.dsp 011d6c98f0 Move libs to a new directory 12 år sedan
host.c fa0da462fb Update ENetAddress to use 5 uint32_t to store IP 4 år sedan
list.c 011d6c98f0 Move libs to a new directory 12 år sedan
packet.c 4529189048 Upgrade enet 6 år sedan
peer.c 4529189048 Upgrade enet 6 år sedan
protocol.c fa0da462fb Update ENetAddress to use 5 uint32_t to store IP 4 år sedan
tutorial.txt 011d6c98f0 Move libs to a new directory 12 år sedan
unix.c fa0da462fb Update ENetAddress to use 5 uint32_t to store IP 4 år sedan
win32.c fa0da462fb Update ENetAddress to use 5 uint32_t to store IP 4 år sedan

README

Please visit the ENet homepage at http://enet.bespin.org for installation
and usage instructions.

If you obtained this package from github, the quick description on how to build
is:

# Generate the build system.

autoreconf -vfi

# Compile and install the library.

./configure && make && make install