aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorlsalzman <[email protected]>2012-05-29 19:05:34 -0700
committerlsalzman <[email protected]>2012-05-29 19:05:34 -0700
commitea8faf35798e94657af3da5bffe70841971a3995 (patch)
treef53281cf0d0e895410f9da5b5c525b858b35c997 /docs
parentfb55c5d7c3a293388932081e0d7b139a82193804 (diff)
downloadenet-ea8faf35798e94657af3da5bffe70841971a3995.tar.gz
enet-ea8faf35798e94657af3da5bffe70841971a3995.zip
added per-peer configurable ping interval and timeouts
1.3.4 release prep
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/install.dox4
-rwxr-xr-xdocs/license.dox2
-rwxr-xr-xdocs/mainpage.dox2
3 files changed, 6 insertions, 2 deletions
diff --git a/docs/install.dox b/docs/install.dox
index 1c829b9..310fe34 100755
--- a/docs/install.dox
+++ b/docs/install.dox
@@ -27,6 +27,10 @@ is linked in.
@section Windows Microsoft Windows
+You may simply use the included "enet.lib" or "enet64.lib" static libraries.
+However, if you wish to build the library yourself, then the following
+instructions apply:
+
There is an included MSVC 6 project (enet.dsp) which you may use to
build a suitable library file. Alternatively, you may simply drag all
the ENet source files into your main project.
diff --git a/docs/license.dox b/docs/license.dox
index 1bd609a..bd0a356 100755
--- a/docs/license.dox
+++ b/docs/license.dox
@@ -1,7 +1,7 @@
/**
@page License License
-Copyright (c) 2002-2011 Lee Salzman
+Copyright (c) 2002-2012 Lee Salzman
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/docs/mainpage.dox b/docs/mainpage.dox
index 5b00743..840b04f 100755
--- a/docs/mainpage.dox
+++ b/docs/mainpage.dox
@@ -36,7 +36,7 @@ portable, and easily embeddable.
You can retrieve the source to ENet by downloading it in either .tar.gz form
or accessing the github distribution directly.
-The most recent stable release (1.3.3) can be downloaded <a href="http://enet.bespin.org/download/enet-1.3.3.tar.gz">here</a>.
+The most recent stable release (1.3.4) can be downloaded <a href="http://enet.bespin.org/download/enet-1.3.4.tar.gz">here</a>.
The last release that is protocol compatible with the 1.2 series or earlier (1.2.5) can be downloaded <a href="http://enet.bespin.org/download/enet-1.2.5.tar.gz">here</a>
You can find the most recent ENet source at <a href="https://github.com/lsalzman/enet">the github repository</a>.