Adding enet library for future replacement of tcp

This commit is contained in:
Ziek
2015-02-01 16:43:34 -08:00
parent f71f376371
commit 3f367c22ee
25 changed files with 6697 additions and 1 deletions

15
Externals/enet/README vendored Normal file
View File

@ -0,0 +1,15 @@
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