Changeset 2336 for vidalia/trunk/INSTALL

Show
Ignore:
Timestamp:
01/28/08 21:57:25 (10 months ago)
Author:
edmanm
Message:

Document more of our available CMake configuration options.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/INSTALL

    r2311 r2336  
    170170the command line and follows the format "-D <var>:<type>=<value> 
    171171 
    172   -DOSX_FAT_BINARY=1                      Build Vidalia as a Universal binary 
     172  -DUSE_QSSLSOCKET=0                      Disable building Vidalia with SSL 
     173                                          support. 
     174 
     175  -DUSE_QSYSTEMTRAYICON=0                 Use Vidalia's internal tray icon 
     176                                          implementation, instead of using Qt's 
     177                                          QSslSocket. 
     178 
     179  -DOSX_FAT_BINARY=1                      Build Vidalia as a Universal binary. 
    173180 
    174181  -DQT_QMAKE_EXECUTABLE=/path/to/qmake    Specifies the location of Qt's 
    175182                                          'qmake' binary. 
    176183 
     184  -DOPENSSL_LIBRARY_DIR=/path/to/openssl  Specifies the location of OpenSSL's 
     185                                          libraries. 
     186 
    177187  -DCMAKE_INSTALL_PREFIX=/usr/local       Specifies the install prefix used 
    178                                           for `make install` 
     188                                          for `make install`. 
    179189 
    180190