|
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