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