Changeset 2637 for vidalia/trunk/INSTALL
- Timestamp:
- 06/01/08 19:42:50 (6 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/INSTALL
r2475 r2637 184 184 support. 185 185 186 -DUSE_MINIUPNPC=1 Build Vidalia with UPnP support. 187 186 188 -DOSX_FAT_BINARY=1 Build Vidalia as a Universal binary. 187 189 … … 207 209 about supported generators and configuration options. 208 210 209 Including UPnP support210 ----------------------211 212 cmake -G "MSYS Makefiles" -DMINIUPNPC_LIBRARY_DIR="/usr/local/lib" -DMINIUPNPC_INCLUDE_DIR="/usr/local/include" .213
