|
пре 7 година | |
---|---|---|
docs | пре 9 година | |
include | пре 7 година | |
misc | пре 7 година | |
test | пре 7 година | |
.gitignore | пре 7 година | |
.travis.yml | пре 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