|
7 anni fa | |
---|---|---|
docs | 9 anni fa | |
include | 7 anni fa | |
misc | 7 anni fa | |
test | 7 anni fa | |
.gitignore | 7 anni fa | |
.travis.yml | 7 anni fa | |
CMakeLists.txt | 7 anni fa | |
LICENSE | 9 anni fa | |
README.md | 7 anni fa | |
callbacks.c | 12 anni fa | |
compress.c | 15 anni fa | |
host.c | 11 anni fa | |
list.c | 14 anni fa | |
package.json | 7 anni fa | |
packet.c | 11 anni fa | |
peer.c | 11 anni fa | |
premake4.lua | 7 anni fa | |
protocol.c | 10 anni fa | |
unix.c | 7 anni fa | |
win32.c | 7 anni fa |
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