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

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