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