zzz/README
Vicente Ferrari Smith 1384a4ba57 Squashed 'vendor/enet/' content from commit 8be2368
git-subtree-dir: vendor/enet
git-subtree-split: 8be2368a8001f28db44e81d5939de5e613025023
2026-01-29 22:00:54 +01:00

16 lines
311 B
Plaintext

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