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