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