|
пре 7 година | |
---|---|---|
docs | пре 9 година | |
include | пре 7 година | |
misc | пре 7 година | |
src | пре 7 година | |
test | пре 7 година | |
.editorconfig | пре 7 година | |
.gitignore | пре 7 година | |
.travis.yml | пре 7 година | |
CMakeLists.txt | пре 7 година | |
LICENSE | пре 9 година | |
README.md | пре 7 година | |
package.json | пре 7 година |
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