|
преди 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