You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 months ago | |
|---|---|---|
| .. | ||
| .github/workflows | 7 months ago | |
| docs | 7 months ago | |
| include/enet | 7 months ago | |
| m4 | 7 months ago | |
| .gitignore | 7 months ago | |
| CMakeLists.txt | 7 months ago | |
| ChangeLog | 7 months ago | |
| Doxyfile | 7 months ago | |
| DoxygenLayout.xml | 7 months ago | |
| LICENSE | 7 months ago | |
| Makefile.am | 7 months ago | |
| README | 7 months ago | |
| callbacks.c | 7 months ago | |
| compress.c | 7 months ago | |
| configure.ac | 7 months ago | |
| enet.dsp | 7 months ago | |
| enet_dll.cbp | 7 months ago | |
| host.c | 7 months ago | |
| libenet.pc.in | 7 months ago | |
| list.c | 7 months ago | |
| packet.c | 7 months ago | |
| peer.c | 7 months ago | |
| premake4.lua | 7 months ago | |
| protocol.c | 7 months ago | |
| unix.c | 7 months ago | |
| win32.c | 7 months ago | |
README
Please visit the ENet homepage at http://sauerbraten.org/enet/ for installation
and usage instructions.
If you obtained this package from github, the quick description on how to build
is:
# Generate the build system.
autoreconf -vfi
# Compile and install the library.
./configure && make && make install