dolphin/Externals/enet
2023-06-15 01:41:41 -05:00
..
docs Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
include/enet Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
m4
callbacks.c
ChangeLog Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
CMakeLists.txt CMake: Use targets for all optionally-external dependencies 2023-06-15 01:41:41 -05:00
compress.c
configure.ac Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
Doxyfile Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
DoxygenLayout.xml
enet_dll.cbp
enet.dsp
enet.vcxproj
enet.vcxproj.filters
exports.props
host.c Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
libenet.pc.in
LICENSE Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
list.c
Makefile.am Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
packet.c Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
peer.c Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
premake4.lua
protocol.c Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
README Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
unix.c Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00
win32.c Update ENet to 8ae0e85298 2023-04-02 16:58:25 +02:00

Please visit the ENet homepage at http://sauerbraten.org/enet/ 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