Cube/enet
Jonathan Schleifer ee010b5c49 Migrate to Meson
FossilOrigin-Name: c0465302ccad5bb94a1c983b7f762c108efe08b423b39cbc56dd2e966d006e1f
2024-08-03 13:11:05 +00:00
..
docs Remove build system 2024-07-13 14:32:57 +00:00
include/enet Add buildsys 2024-07-20 14:32:55 +00:00
api.txt Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
callbacks.c Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
design.txt Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
Doxyfile Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
enet.txt Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
host.c Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
LICENSE Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
list.c Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
memory.c Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
packet.c Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
peer.c Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
protocol.c Add buildsys 2024-07-20 14:32:55 +00:00
README Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
tutorial.txt Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
unix.c Add buildsys 2024-07-20 14:32:55 +00:00
win32.c Add buildsys 2024-07-20 14:32:55 +00:00

Please visit the ENet homepage at http://enet.bespin.org for installation
and usage instructions.

If you obtained this package from CVS, the quick description on how to build
is:

# Generate the build system.

aclocal && automake -a -c --foreign && autoconf

# Compile and install the library.

./configure && make && make install

See pyenet/readme.txt for further information on Ling Lo's Python wrapper for
ENet.