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