|
7 лет назад | |
---|---|---|
docs | 9 лет назад | |
include | 7 лет назад | |
misc | 7 лет назад | |
test | 7 лет назад | |
.gitignore | 7 лет назад | |
CMakeLists.txt | 7 лет назад | |
LICENSE | 9 лет назад | |
README.md | 7 лет назад | |
callbacks.c | 12 лет назад | |
compress.c | 15 лет назад | |
host.c | 11 лет назад | |
list.c | 14 лет назад | |
package.json | 7 лет назад | |
packet.c | 11 лет назад | |
peer.c | 11 лет назад | |
premake4.lua | 7 лет назад | |
protocol.c | 10 лет назад | |
unix.c | 7 лет назад | |
win32.c | 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