|
hace 7 años | |
---|---|---|
docs | hace 9 años | |
include | hace 7 años | |
misc | hace 7 años | |
src | hace 7 años | |
test | hace 7 años | |
.editorconfig | hace 7 años | |
.gitignore | hace 7 años | |
.travis.yml | hace 7 años | |
CMakeLists.txt | hace 7 años | |
LICENSE | hace 9 años | |
README.md | hace 7 años | |
package.json | hace 7 años |
It is a mirror/fork of original repo, with npm package support.
$ npm install enet.c --save
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:
autoreconf -vfi
./configure && make && make install