[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2529: Update INSTALL file with new instructions for activating UPn (vidalia/branches/upnp)
Author: sjmurdoch
Date: 2008-04-21 16:36:58 -0400 (Mon, 21 Apr 2008)
New Revision: 2529
Modified:
vidalia/branches/upnp/INSTALL
Log:
Update INSTALL file with new instructions for activating UPnP feature
Modified: vidalia/branches/upnp/INSTALL
===================================================================
--- vidalia/branches/upnp/INSTALL 2008-04-17 18:12:32 UTC (rev 2528)
+++ vidalia/branches/upnp/INSTALL 2008-04-21 20:36:58 UTC (rev 2529)
@@ -209,5 +209,5 @@
Including UPnP support
----------------------
-cmake -G "MSYS Makefiles" -DMINIUPNPC_LIBRARY_DIR="/usr/local/lib" -DMINIUPNPC_INCLUDE_DIR="/usr/local/include" .
+cmake -G "MSYS Makefiles" -DUSE_MINIUPNPC=1 -DMINIUPNPC_LIBRARY_DIR="/usr/local/lib" -DMINIUPNPC_INCLUDE_DIR="/usr/local/include" .