Lee Salzman 50c9c0365c enet random seed fix před 12 roky
..
docs 3ff01a18fe enet 1.3.6 před 12 roky
include 3ff01a18fe enet 1.3.6 před 12 roky
m4 3ff01a18fe enet 1.3.6 před 12 roky
ChangeLog 3ff01a18fe enet 1.3.6 před 12 roky
Doxyfile db5c82653f *** empty log message *** před 18 roky
LICENSE 3ff01a18fe enet 1.3.6 před 12 roky
Makefile.am 3ff01a18fe enet 1.3.6 před 12 roky
Makefile.in 3ff01a18fe enet 1.3.6 před 12 roky
README e0ca546b90 WIP build system revamp před 14 roky
aclocal.m4 3ff01a18fe enet 1.3.6 před 12 roky
callbacks.c f4eb3b724e enet 1.3 testing před 14 roky
compress.c 3cc7b798e8 release fixes před 14 roky
config.guess 3ff01a18fe enet 1.3.6 před 12 roky
config.sub 3ff01a18fe enet 1.3.6 před 12 roky
configure 3ff01a18fe enet 1.3.6 před 12 roky
configure.ac 3ff01a18fe enet 1.3.6 před 12 roky
depcomp 3ff01a18fe enet 1.3.6 před 12 roky
enet.dsp 6e34f34590 build fixes před 14 roky
enet_dll.cbp 6e34f34590 build fixes před 14 roky
host.c 50c9c0365c enet random seed fix před 12 roky
install-sh 3ff01a18fe enet 1.3.6 před 12 roky
libenet.pc.in e0ca546b90 WIP build system revamp před 14 roky
list.c c7d38781fc list include workaround před 14 roky
ltmain.sh 3ff01a18fe enet 1.3.6 před 12 roky
missing 3ff01a18fe enet 1.3.6 před 12 roky
packet.c 3ff01a18fe enet 1.3.6 před 12 roky
peer.c 3ff01a18fe enet 1.3.6 před 12 roky
protocol.c 3ff01a18fe enet 1.3.6 před 12 roky
unix.c 3ff01a18fe enet 1.3.6 před 12 roky
win32.c 3ff01a18fe enet 1.3.6 před 12 roky

README

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.

autoreconf -vfi

# Compile and install the library.

./configure && make && make install