diff options
author | lsalzman <[email protected]> | 2012-05-29 19:05:34 -0700 |
---|---|---|
committer | lsalzman <[email protected]> | 2012-05-29 19:05:34 -0700 |
commit | ea8faf35798e94657af3da5bffe70841971a3995 (patch) | |
tree | f53281cf0d0e895410f9da5b5c525b858b35c997 /docs/install.dox | |
parent | fb55c5d7c3a293388932081e0d7b139a82193804 (diff) | |
download | enet-ea8faf35798e94657af3da5bffe70841971a3995.tar.gz enet-ea8faf35798e94657af3da5bffe70841971a3995.zip |
added per-peer configurable ping interval and timeouts
1.3.4 release prep
Diffstat (limited to 'docs/install.dox')
-rwxr-xr-x | docs/install.dox | 4 |
1 files changed, 4 insertions, 0 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. |