Sen descrición

Vladislav Gritsenko c769e3badb moved src files to a separate dir %!s(int64=6) %!d(string=hai) anos
docs 4d1067179b update copyright years %!s(int64=8) %!d(string=hai) anos
include c769e3badb moved src files to a separate dir %!s(int64=6) %!d(string=hai) anos
misc c769e3badb moved src files to a separate dir %!s(int64=6) %!d(string=hai) anos
src c769e3badb moved src files to a separate dir %!s(int64=6) %!d(string=hai) anos
test d42061f58f added single-header generator script, some cleanup %!s(int64=6) %!d(string=hai) anos
.editorconfig c769e3badb moved src files to a separate dir %!s(int64=6) %!d(string=hai) anos
.gitignore d42061f58f added single-header generator script, some cleanup %!s(int64=6) %!d(string=hai) anos
.travis.yml bd28d2d19f added travis.ci %!s(int64=6) %!d(string=hai) anos
CMakeLists.txt c769e3badb moved src files to a separate dir %!s(int64=6) %!d(string=hai) anos
LICENSE 4d1067179b update copyright years %!s(int64=8) %!d(string=hai) anos
README.md 60dd3cd945 Applied patches from upstream PRs %!s(int64=6) %!d(string=hai) anos
package.json d80b40c80c Fixes %!s(int64=6) %!d(string=hai) anos

README.md

ENet

It is a mirror/fork of original repo, with npm package support.

Installation

$ npm install enet.c --save

Original 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