Cube/enet
Jonathan Schleifer acb5cb42f3 Remove build system
It will be replaced with buildsys.mk.

FossilOrigin-Name: 32cb6eb8e4272200466857dab35bd063f1c9e09bff7332b154f89d0d55875d5b
2024-07-13 14:32:57 +00:00
..
docs Remove build system 2024-07-13 14:32:57 +00:00
include/enet Remove build system 2024-07-13 14:32:57 +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 Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +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 Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +00:00
win32.c Import cube_2005_08_29_src_zlib.zip 2024-07-13 14:22:15 +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.