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.
|
|
8 months ago | |
|---|---|---|
| .. | ||
| .github/workflows | 8 months ago | |
| docs | 8 months ago | |
| include/enet | 8 months ago | |
| m4 | 8 months ago | |
| .gitignore | 8 months ago | |
| CMakeLists.txt | 8 months ago | |
| ChangeLog | 8 months ago | |
| Doxyfile | 8 months ago | |
| DoxygenLayout.xml | 8 months ago | |
| LICENSE | 8 months ago | |
| Makefile.am | 8 months ago | |
| README | 8 months ago | |
| callbacks.c | 8 months ago | |
| compress.c | 8 months ago | |
| configure.ac | 8 months ago | |
| enet.dsp | 8 months ago | |
| enet_dll.cbp | 8 months ago | |
| host.c | 8 months ago | |
| libenet.pc.in | 8 months ago | |
| list.c | 8 months ago | |
| packet.c | 8 months ago | |
| peer.c | 8 months ago | |
| premake4.lua | 8 months ago | |
| protocol.c | 8 months ago | |
| unix.c | 8 months ago | |
| win32.c | 8 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