|
7 éve | |
---|---|---|
docs | 9 éve | |
include | 7 éve | |
m4 | 15 éve | |
CMakeLists.txt | 7 éve | |
ChangeLog | 10 éve | |
Doxyfile | 10 éve | |
DoxygenLayout.xml | 11 éve | |
LICENSE | 9 éve | |
Makefile.am | 7 éve | |
README.md | 7 éve | |
callbacks.c | 12 éve | |
compress.c | 15 éve | |
configure.ac | 10 éve | |
enet.dsp | 11 éve | |
enet_dll.cbp | 15 éve | |
host.c | 11 éve | |
libenet.pc.in | 15 éve | |
list.c | 14 éve | |
package.json | 7 éve | |
packet.c | 11 éve | |
peer.c | 11 éve | |
premake4.lua | 10 éve | |
protocol.c | 10 éve | |
unix.c | 7 éve | |
win32.c | 7 éve |
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