Changeset 2637 for vidalia/trunk/INSTALL

Show
Ignore:
Timestamp:
06/01/08 19:42:50 (6 months ago)
Author:
edmanm
Message:

r411@thebe: edmanm | 2008-06-01 19:00:21 -0400
Merge the CMake fu for building miniupnpc into trunk.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/INSTALL

    r2475 r2637  
    184184                                          support. 
    185185 
     186  -DUSE_MINIUPNPC=1                       Build Vidalia with UPnP support. 
     187 
    186188  -DOSX_FAT_BINARY=1                      Build Vidalia as a Universal binary. 
    187189 
     
    207209about supported generators and configuration options. 
    208210 
    209 Including UPnP support 
    210 ---------------------- 
    211  
    212 cmake -G "MSYS Makefiles" -DMINIUPNPC_LIBRARY_DIR="/usr/local/lib" -DMINIUPNPC_INCLUDE_DIR="/usr/local/include" . 
    213