mirror of
https://github.com/scummvm/scummvm.git
synced 2025-04-02 10:52:32 -04:00
.. | ||
callbacks.cpp | ||
callbacks.h | ||
compress.cpp | ||
enet.h | ||
host.cpp | ||
LICENSE | ||
list.cpp | ||
list.h | ||
packet.cpp | ||
peer.cpp | ||
protocol.cpp | ||
protocol.h | ||
README | ||
time.h | ||
types.h | ||
unix.cpp | ||
unix.h | ||
utility.h | ||
win32.cpp | ||
win32.h |
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