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

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