supertuxkart-serenity/lib/enet
2023-06-12 16:31:15 +02:00
..
docs Initial import 2023-06-11 01:44:58 +02:00
include/enet Initial import 2023-06-11 01:44:58 +02:00
callbacks.c Initial import 2023-06-11 01:44:58 +02:00
ChangeLog Initial import 2023-06-11 01:44:58 +02:00
CMakeLists.txt Initial import 2023-06-11 01:44:58 +02:00
compress.c Initial import 2023-06-11 01:44:58 +02:00
design.txt Initial import 2023-06-11 01:44:58 +02:00
Doxyfile Initial import 2023-06-11 01:44:58 +02:00
enet.dsp Initial import 2023-06-11 01:44:58 +02:00
host.c Initial import 2023-06-11 01:44:58 +02:00
LICENSE Initial import 2023-06-11 01:44:58 +02:00
list.c Initial import 2023-06-11 01:44:58 +02:00
packet.c Initial import 2023-06-11 01:44:58 +02:00
peer.c Initial import 2023-06-11 01:44:58 +02:00
protocol.c Initial import 2023-06-11 01:44:58 +02:00
README Initial import 2023-06-11 01:44:58 +02:00
tutorial.txt Initial import 2023-06-11 01:44:58 +02:00
unix.c more changes 2023-06-12 16:31:15 +02:00
win32.c Initial import 2023-06-11 01:44:58 +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