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