stk-code_catmod/lib/enet
2019-07-27 15:48:21 +08:00
..
docs Upgrade enet 2018-01-30 23:10:30 +01:00
include/enet Upgrade enet 2018-01-30 23:10:30 +01:00
callbacks.c Upgrade enet 2018-01-30 23:10:30 +01:00
ChangeLog Upgrade enet 2018-01-30 23:10:30 +01:00
CMakeLists.txt Add iOS flags handling in cmake 2019-07-12 14:53:55 +08:00
compress.c
design.txt
Doxyfile
enet.dsp
host.c Upgrade enet 2018-01-30 23:10:30 +01:00
LICENSE Upgrade enet 2018-01-30 23:10:30 +01:00
list.c
packet.c Upgrade enet 2018-01-30 23:10:30 +01:00
peer.c Upgrade enet 2018-01-30 23:10:30 +01:00
protocol.c Upgrade enet 2018-01-30 23:10:30 +01:00
README Upgrade enet 2018-01-30 23:10:30 +01:00
tutorial.txt
unix.c Allow IPV6 only in iOS to connect to game server not behind a firewall 2019-07-27 15:48:21 +08:00
win32.c Avoid not needed enet modification. 2018-05-21 21:23:45 +02:00

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