OctaCore/src/enet
Daniel Kolesa 10515f5f63 initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
..
include/enet initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
ChangeLog initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
LICENSE initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
README initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
callbacks.c initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
compress.c initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
host.c initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
list.c initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
packet.c initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
peer.c initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
protocol.c initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
unix.c initial import: tesseract r2280 2020-04-15 19:17:27 +02:00
win32.c initial import: tesseract r2280 2020-04-15 19:17:27 +02:00

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