Cube/enet
Jonathan Schleifer dcdd585afc Fix building on Windows
FossilOrigin-Name: f00c28656947d50a858497c07265e90dbbad50c624190062a3f9f76ecee53978
2024-08-04 22:26:24 +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
meson.build Fix building on Windows 2024-08-04 22:26:24 +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.