|
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