aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authoreihrul <eihrul>2010-05-13 17:43:04 +0000
committereihrul <eihrul>2010-05-13 17:43:04 +0000
commit8f96fb8ea9ba50dcb2e21f88e87e80f1ca4a9d9c (patch)
tree43b2b1bd816e1ce41920af1c9ff9cacbe536e923 /docs
parent9d510a4a079c476cc19af124095ddb7988a54113 (diff)
downloadenet-8f96fb8ea9ba50dcb2e21f88e87e80f1ca4a9d9c.tar.gz
enet-8f96fb8ea9ba50dcb2e21f88e87e80f1ca4a9d9c.zip
build notes
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/install.dox8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install.dox b/docs/install.dox
index 7183305..f5e46fb 100755
--- a/docs/install.dox
+++ b/docs/install.dox
@@ -16,7 +16,7 @@ If you obtained the package from CVS, you must have automake and autoconf
available to generate the build system first by doing the following command
before using the above mentioned build procedure:
-aclocal && automake -a -c --foreign && autoconf
+autoreconf -vfi
@subsection SolarisBSD Solaris and BSD
@@ -32,7 +32,7 @@ build a suitable library file. Alternatively, you may simply drag all
the ENet source files into your main project.
You will have to link to the Winsock2 libraries, so make sure to add
-ws2_32.lib to your library list (Project Settings | Link |
+ws2_32.lib and winmm.lib to your library list (Project Settings | Link |
Object/library modules).
@subsection enet.dsp Building with the included enet.dsp
@@ -46,8 +46,8 @@ selected to build. By default, it should produce "Debug/enet.lib".
You may then copy the resulting "enet.lib" file and the header files
found in the "include/" directory to your other projects and add it to
-their library lists. Make sure to also link against "ws2_32.lib" as
-described above.
+their library lists. Make sure to also link against "ws2_32.lib" and
+"winmm.lib" as described above.
@subsection DLL DLL